chat_gpt_sdk
chat_gpt_sdk copied to clipboard
new model gpt-4o
Pleasee we need it! Can you add it really quickly?
Thanks!!
@dmvvilela i will add it in next version
Yes, would be very highly appreciated, thanks!
agreed, adding this ASAP would be very much appreciated 👍
@MiroLiebschner @mkelk @dmvvilela I add gpt4o to two endpoint (chat complete,assistant)
final request = CompleteText(
prompt: translateEngToThai(word: _txtWord.text.toString()),
maxToken: 200,
model: Gpt4OChatModel());
final response = await openAI.onCompletion(request: request);
@redevrx Thanks!
thanks!.
Hey @redevrx , it is not on Vision yet? Really need it for analysing images.. Any ETA on that? Thx
Hey @redevrx , it is not on Vision yet? Really need it for analysing images.. Any ETA on that? Thx
@dmvvilela I Add GPT4o to Complete api https://platform.openai.com/docs/guides/vision?lang=python
Gpt4OChatModel()
is there an ETA on this? thanks