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

🐛 Fix incorrect model ID in ConfigurationProvider #25

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

lemillermicrosoft
Copy link
Owner

@lemillermicrosoft lemillermicrosoft commented Sep 25, 2023

This commit fixes an incorrect model ID in the ConfigurationProvider class. The model ID has been updated from "gpt-35-turbo" to "gpt-3.5-turbo". Additionally, a variable reference has been corrected from "_configuration" to "_config" to ensure proper functionality.

Fixes #24

This commit fixes an incorrect model ID in the ConfigurationProvider
class. The model ID has been updated from "gpt-35-turbo" to
"gpt-3.5-turbo". Additionally, a variable reference has been corrected
from "_configuration" to "_config" to ensure proper functionality.
@lemillermicrosoft
Copy link
Owner Author

Thanks @RogerBarreto for reporting issue. cc @xbotter

@lemillermicrosoft lemillermicrosoft merged commit f10e245 into main Sep 27, 2023
2 checks passed
@lemillermicrosoft lemillermicrosoft deleted the 925_fix_openai branch September 29, 2023 22:46
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

Successfully merging this pull request may close these issues.

Cannot set OPENAI_CHAT_MODEL_ID
1 participant