iampawan / ChatGPT-Flutter-AIChatBot

A Chatbot chat app built using the Flutter framework and OpenAI's GPT-3 language model.
230 stars 99 forks source link

Undefined name "kTranslateModelV" in CompleteText() #16

Open Rahul0714 opened 1 year ago

KinzFlex commented 1 year ago

Try as a string

ritz541 commented 12 months ago

Replace it with this following line:-

CompleteText(prompt: message.text, model: TextDavinci3Model());