Skip to content

Commit

Permalink
πŸ”„ Updated Azure API parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 8, 2023
1 parent f0180f4 commit d6828ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions funcchain/utils/model_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def create_long_llm() -> RunnableWithFallbacks:
{
"openai_api_type": "azure",
"openai_api_key": settings.AZURE_API_KEY,
"openai_api_base": settings.AZURE_API_BASE,
"openai_api_version": settings.AZURE_API_VERSION,
"azure_endpoint": settings.AZURE_API_BASE,
"api_version": settings.AZURE_API_VERSION,
}
)
print("Model: AZURE")
Expand Down

0 comments on commit d6828ad

Please sign in to comment.