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
So i'm not sure if I am missing the config elsewhere - but the bot is currently configured to utilize gpt-3.5-turbo, but when its pushed to Azure, it seems to default back to turbo0301.
What I have this set to:
// src/chatgpt-api.ts
var CHATGPT_MODEL = "gpt-3.5-turbo";
Oddly enough - it seems to use 3.5-turbo when i debug locally - but will not respect the model selection when provisioned on Azure and Teams. However, the system message does work both locally and when pushed to Azure.
The text was updated successfully, but these errors were encountered:
So i'm not sure if I am missing the config elsewhere - but the bot is currently configured to utilize gpt-3.5-turbo, but when its pushed to Azure, it seems to default back to turbo0301.
What I have this set to:
Oddly enough - it seems to use 3.5-turbo when i debug locally - but will not respect the model selection when provisioned on Azure and Teams. However, the system message does work both locally and when pushed to Azure.
The text was updated successfully, but these errors were encountered: