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

[FEATURE] #637

Open
tarungupta83 opened this issue Aug 11, 2024 · 1 comment
Open

[FEATURE] #637

tarungupta83 opened this issue Aug 11, 2024 · 1 comment

Comments

@tarungupta83
Copy link

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
How to use GPT-4o-Mini, tried adding the model in backend but it does not appear on UI

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@tarungupta83
Copy link
Author

Solved the issue by adding Model in llm.py

        "OPENAI": [
            ("GPT-4o", "gpt-4o"),
            ("GPT-4o-Mini", "gpt-4o-mini"),
            ("GPT-4 Turbo", "gpt-4-turbo"),
            ("GPT-3.5 Turbo", "gpt-3.5-turbo-0125"),
        ],

image

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

1 participant