Preferred way to add new models. #636
zackgilbert
started this conversation in
General
Replies: 1 comment 2 replies
-
If you’re adding models to a one-off implementation of the app, just add them through the database. Those yml files were intended as the “starting config” but as new models come out then the previous starting config becomes irrelevant (e.g. gpt-3.5) so I was updating the yml files to a new starting config and—to some extent—trying to automatically migrate those starting models to the new “starting state”. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add new models, and while I've been able to add them, I'm not sure I'm doing it the correct way and I'm curious if there is a preferred or recommended way that I should be doing it.
My assumption is that we should be inserting them into database and rebuilding the models.yml file? Same with assistants.yml?
Beta Was this translation helpful? Give feedback.
All reactions