-
Notifications
You must be signed in to change notification settings - Fork 173
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
What is the name of the model that uses "GPT-4o mini"? #121
Comments
I'm exactly looking for that. In
|
@r2nochi @rocboronat you can using ChatModelFromValue('model-name') |
Great! Thanks a lot, @redevrx ! 🙇 |
We still need to know what's the name of the model that uses GPT-4o mini... |
I add this model in next version
ในวันที่ อ. 5 พ.ย. 2024 เวลา 17:09 Roc Boronat ***@***.***>
เขียนว่า:
… We still need to know what's the name of the model that uses GPT-4o mini...
—
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKLSYJNY53WFY7GGI7MPEZ3Z7CKPBAVCNFSM6AAAAABPMBSCXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJWG42TOMRWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Oh, just an update! The name is A more complete example would be: final request = ChatCompleteText(
messages: [
{"role": "system", "content": system},
{"role": "user", "content": prompt},
],
maxToken: 1000,
model: ChatModelFromValue(model: 'gpt-4o-mini'),
); I think with this we can close this issue ✅ |
Hi, your project is very good. I need your help in what is the name of the model in your package that uses the "GPT-4o mini" model, since that model is cheaper than "GPT-3.5 Turbo".
It would be great if you could make a list of available models of the package and which one of the open ai models it matches.
model: Gpt4ChatModel()
model: Gpt41106PreviewChatModel()
The text was updated successfully, but these errors were encountered: