Skip to content
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

Open
EZzer0 opened this issue Oct 15, 2024 · 3 comments
Open

How to switch models #413

EZzer0 opened this issue Oct 15, 2024 · 3 comments

Comments

@EZzer0
Copy link

EZzer0 commented Oct 15, 2024

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

@abi
Copy link
Owner

abi commented Oct 15, 2024

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.

@EZzer0
Copy link
Author

EZzer0 commented Oct 15, 2024

image
image
"As you can see in the screenshot, I used a third-party API and changed the base URL, but my API only supports models like GPT-4 and doesn't support CLAUDE_3_5. Because of this, no code was generated. I tried to tweak the backend, but I couldn't find a fix, which caused the error: [HTML Extraction] No tags found in the generated content."

@EZzer0 EZzer0 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
@EZzer0 EZzer0 reopened this Oct 15, 2024
@abi
Copy link
Owner

abi commented Oct 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants