You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried assigning a newly created assistant to the "Best OpenAI Model" and it got an API error saying "openai-best" is not a recognized model name.
But our code used to be written such that openai-best is a placeholder model name and it gets substituted out for whichever model for this service has best = true. At some point we've broken this. I think this is a nice feature to support because people who are inclined to create many assistants are most likely to want to point them to the "best" one and then when you upgrade your language model to something newly released in the APIs you only have to update a single place.
Looking at the code, when a language model is called "best", should its flags like supports-tools be taken from the "best" (according to the best flag) model?
I just tried assigning a newly created assistant to the "Best OpenAI Model" and it got an API error saying "openai-best" is not a recognized model name.
But our code used to be written such that
openai-best
is a placeholder model name and it gets substituted out for whichever model for this service has best = true. At some point we've broken this. I think this is a nice feature to support because people who are inclined to create many assistants are most likely to want to point them to the "best" one and then when you upgrade your language model to something newly released in the APIs you only have to update a single place.Anyone want to take this one?
@mattlindsey @duckworth @papayalabs @drnic @voodoo @sergiobayona
The text was updated successfully, but these errors were encountered: