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

updated model_name for openAI GPT-3 LM #465

Merged
merged 3 commits into from
Sep 28, 2023
Merged

updated model_name for openAI GPT-3 LM #465

merged 3 commits into from
Sep 28, 2023

Conversation

rojin254
Copy link
Contributor

@rojin254 rojin254 commented Sep 21, 2023

Description

updating model name for openAI completion model from text-davinci-003 to gpt-3.5-turbo-instruct since text-davinci-003 will deprecate soon
Related to issue #464

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@rojin254 rojin254 marked this pull request as ready for review September 21, 2023 15:36
@pieroit
Copy link
Member

pieroit commented Sep 27, 2023

@zioproto can you check this PR on the Azure side?

@@ -139,8 +139,8 @@ class LLMAzureOpenAIConfig(LLMSettings):
# Current supported versions 2022-12-01, 2023-03-15-preview, 2023-05-15
# Don't mix api versions: https://github.com/hwchase17/langchain/issues/4775
api_version: str = "2023-05-15"
deployment_name: str = "text-davinci-003"
model_name: str = "text-davinci-003" # Use only completion models !
deployment_name: str = "gpt-35-turbo"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct value here is gpt-35-turbo-instruct. It is not released yet, but it is "coming soon", as announced here:

https://techcommunity.microsoft.com/t5/azure-ai-services-blog/announcing-updates-to-azure-openai-service-models/ba-p/3866757

@pieroit
Copy link
Member

pieroit commented Sep 28, 2023

Thanks @rojin254 @zioproto

@pieroit pieroit merged commit b31cc4f into cheshire-cat-ai:develop Sep 28, 2023
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.

3 participants