Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model defaulting to gpt-3.5-turbo-0301 even with gpt-3.5-turbo specified. #3

Open
nathancjackson opened this issue Mar 13, 2023 · 1 comment

Comments

@nathancjackson
Copy link

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.

@formulahendry
Copy link
Owner

@nathancjackson you could follow this code to update the model: transitive-bullshit/agentic#471 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants