aws-samples / aws-serverless-openai-chatbot-demo

MIT No Attribution
135 stars 57 forks source link

How to use new openai model in this project? #28

Closed weokk closed 1 year ago

weokk commented 1 year ago

Is there anyway to revise codes to add model "gpt-3.5-turbo" besides "text-davinci-003"/“code-davinci-002” ?or put ""gpt-3.5-turbo" as default option? Thanks

xiehust commented 1 year ago

the v2-vebsocket version has already support gpt-3.5, please use that package to update, thanks