rootbot
rootbot copied to clipboard
Switch to openai.ChatCompletion.create
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?