You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
If the model is gpt-4, we should use Chat Completion. Currently rootbot uses Completion for GPT3.5-turbo model and supports multiple sessions in Teams.
Now with gpt-4-32k, would it make sense to switch to
openai.ChatCompletion.create
instead ofopenai.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?
The text was updated successfully, but these errors were encountered: