aduros / ai.vim

Generate and edit text in Neovim using OpenAI and GPT.
ISC License
293 stars 24 forks source link

Added basic support for the new gpt-3.5-turbo model. #13

Closed zzhirong closed 1 year ago

zzhirong commented 1 year ago

OpenAI has announced the launch of a new model, gpt-3.5-turbo, which is 10 times cheaper than their existing GPT-3.5 models(from https://openai.com/blog/introducing-chatgpt-and-whisper-apis). This PR added basic support for the new model.

aduros commented 1 year ago

Interesting, thanks!