mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
azure
This commit is contained in:
parent
ea6253e2e8
commit
fd8c90041c
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class AiHandler:
|
|||
f"{(' from deployment ' + deployment_id) if deployment_id else ''}"
|
||||
)
|
||||
if self.azure:
|
||||
model = self.azure + "/" + model
|
||||
model = 'azure/' + model
|
||||
response = await acompletion(
|
||||
model=model,
|
||||
deployment_id=deployment_id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue