knrd1 / chatgpt

ChatGPT IRC bot
https://github.com/knrd1/chatgpt
MIT License
33 stars 7 forks source link

Change engine to model #8

Closed takenek closed 1 year ago

takenek commented 1 year ago

https://platform.openai.com/docs/api-reference/engines

The Engines endpoints are deprecated. Please use their replacement, [Models], instead.

If i good understand we need change Engine to model because it's deprecated.

knrd1 commented 1 year ago

Good idea, thank you. This has been done. The future plan is to move from v1/completions endpoint to v1/chat/completions endpoint. This requires to use openai.ChatCompletion.create with different parameters. But it will allow us to use model gpt 3.5 turbo which is 10 times cheaper than davinci 003.