redevrx / chat_gpt_sdk

Flutter ChatGPT
https://pub.dev/packages/chat_gpt_sdk
MIT License
319 stars 163 forks source link

new model gpt-4o #111

Closed dmvvilela closed 2 months ago

dmvvilela commented 4 months ago

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

Thanks!!

redevrx commented 4 months ago

@dmvvilela i will add it in next version

mkelk commented 4 months ago

Yes, would be very highly appreciated, thanks!

MiroLiebschner commented 4 months ago

agreed, adding this ASAP would be very much appreciated 👍

redevrx commented 4 months ago

@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);
mkelk commented 4 months ago

@redevrx Thanks!

rnamilakonda commented 4 months ago

thanks!.

dmvvilela commented 4 months ago

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

redevrx commented 4 months ago

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()
pranavbhuv commented 2 months ago

is there an ETA on this? thanks