Skip to content

Commit

Permalink
add azure_deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jul 9, 2024
1 parent ae657bb commit 81a64b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wren-ai-service/src/providers/embedder/azure_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def __init__(

self.client = AsyncAzureOpenAI(
azure_endpoint=api_base_url,
azure_deployment=model,
api_version=api_version,
api_key=api_key.resolve_value(),
)
Expand Down

0 comments on commit 81a64b6

Please sign in to comment.