chat_gpt_sdk icon indicating copy to clipboard operation
chat_gpt_sdk copied to clipboard

new model gpt-4o

Open dmvvilela opened this issue 9 months ago • 1 comments

Pleasee we need it! Can you add it really quickly?

Thanks!!

dmvvilela avatar May 14 '24 19:05 dmvvilela

@dmvvilela i will add it in next version

redevrx avatar May 15 '24 09:05 redevrx

Yes, would be very highly appreciated, thanks!

mkelk avatar May 17 '24 06:05 mkelk

agreed, adding this ASAP would be very much appreciated 👍

MiroLiebschner avatar May 18 '24 13:05 MiroLiebschner

@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 avatar May 18 '24 15:05 redevrx

@redevrx Thanks!

mkelk avatar May 21 '24 08:05 mkelk

thanks!.

rnamilakonda avatar May 21 '24 08:05 rnamilakonda

Hey @redevrx , it is not on Vision yet? Really need it for analysing images.. Any ETA on that? Thx

dmvvilela avatar May 23 '24 02:05 dmvvilela

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()

redevrx avatar May 23 '24 03:05 redevrx

is there an ETA on this? thanks

pranavbhuv avatar Jul 22 '24 15:07 pranavbhuv