-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to switch models #413
Comments
Hi there, right now, there isn't a UI to switch models. For images, we use GPT4o and Claude 3.5 Sonnet, I believe Option 1 is Claude 3.5 Sonnet and the other is GPT4o if you have both API keys set. If you only have one API key set, then we just generate two options with the same model. Which model are you looking to use for video? I think video always uses Claude 3 Opus. |
If you look like the line that says models used, it says OpenAI twice. Is any code being returned if you look at the code tab? Does your third party API work for other use cases? This likely is an issue with your API not this repo. |
There is no way to find a button to switch models, for example, in a video, and the Llm.CLAUDE_3_5_SONNET_2024_06_20 is called by default every time
The text was updated successfully, but these errors were encountered: