rootbot icon indicating copy to clipboard operation
rootbot copied to clipboard

Switch to openai.ChatCompletion.create

Open hophanms opened this issue 1 year ago • 1 comments

Now with gpt-4-32k, would it make sense to switch to openai.ChatCompletion.create instead of openai.Completion.create API?

I know there is dependency on chatgpt-api but that library doesn't help on supporting multi-sessions in Teams chat anyways (e.g. I chat with the bot in Team channel vs. direct chat should be 2 separate prompt histories)

Thought?

hophanms avatar Apr 08 '23 15:04 hophanms