Closed klutchell closed 1 year ago
Workaround seems to be to use azure.yaml
to override the model name for OpenAI endpoints.
# azure.yaml
azure_model_map:
turbo_llm_model_deployment_id: gpt-3.5-turbo
smart_llm_model_deployment_id: gpt-4
large_llm_model_deployment_id: gpt-4-32k
embedding_model_deployment_id: text-embedding-ada-002
Module path
gpt ask "What is the capital of France?" --debug --fast
review-gpt CLI version
0.9.4
Describe the bug
When using OpenAI API directly (not with Azure) the model passed to the API is not valid.
The model name should be
gpt-3.5-turbo
as per the docs.To reproduce
Code snippet
No response
Relevant log output