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

Where is the possibility to choose gpt4-o ? #2924

Closed
flazouh opened this issue May 18, 2024 · 5 comments
Closed

Where is the possibility to choose gpt4-o ? #2924

flazouh opened this issue May 18, 2024 · 5 comments
Assignees
Labels
type: discussion Opening up a discussion

Comments

@flazouh
Copy link

flazouh commented May 18, 2024

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

// model:
//     | (string & {})
//     | 'gpt-4o'
//     | 'gpt-4-0125-preview'
//     | 'gpt-4-turbo-preview'
//     | 'gpt-4-1106-preview'
//     | 'gpt-4-vision-preview'
//     | 'gpt-4'
//     | 'gpt-4-0314'
//     | 'gpt-4-0613'
//     | 'gpt-4-32k'
//     | 'gpt-4-32k-0314'
//     | 'gpt-4-32k-0613'
//     | 'gpt-3.5-turbo'
//     | 'gpt-3.5-turbo-16k'
//     | 'gpt-3.5-turbo-0301'
//     | 'gpt-3.5-turbo-0613'
//     | 'gpt-3.5-turbo-1106'
//     | 'gpt-3.5-turbo-0125'
//     | 'gpt-3.5-turbo-16k-0613';

Thank you for your help.

Best regards

@flazouh flazouh added the type: discussion Opening up a discussion label May 18, 2024
@KyleCe
Copy link

KyleCe commented May 19, 2024

They don’t support 4-turbo, much less 4o.

guess that’s not easy, which I can’t understand

@flazouh
Copy link
Author

flazouh commented May 20, 2024

@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 ?

@hahuyhoang411 hahuyhoang411 self-assigned this May 20, 2024
@Van-QA
Copy link
Contributor

Van-QA commented May 20, 2024

We supported as of Jan 0.4.13, thank you 🙏
image

@Van-QA Van-QA closed this as completed May 20, 2024
@flazouh
Copy link
Author

flazouh commented May 20, 2024

Amazing thanks @Van-QA !

@flazouh
Copy link
Author

flazouh commented May 27, 2024

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
Labels
type: discussion Opening up a discussion
Projects
Archived in project
Development

No branches or pull requests

4 participants