-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Where is the possibility to choose gpt4-o ? #2924
Comments
They don’t support 4-turbo, much less 4o. guess that’s not easy, which I can’t understand |
@KyleCe I don't get it, this is literally a wrapper for a curl request in which you specify the model: curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer XXX" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Your message here"}]
}' How is that difficult ? |
Amazing thanks @Van-QA ! |
Is there a way to include images with Jan like on the chatgpt website ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've been exploring the project and appreciate the time and effort you've put into it. However, I'm currently having some difficulty finding the option to select GPT-4-O.
Could you please guide me on where I can locate this option? If it's not currently implemented, is there any plan to include it in future updates?
For reference, those are the models available through the API
Thank you for your help.
Best regards
The text was updated successfully, but these errors were encountered: