Skip to content

Commit 9f22873

Browse files
committed
Fix CI
1 parent 3439d80 commit 9f22873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quartapp/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def configure_openai():
4747
endpoint=os.environ["AZURE_INFERENCE_ENDPOINT"],
4848
credential=azure_credential,
4949
credential_scopes=["https://cognitiveservices.azure.com/.default"],
50-
model="DeepSeek-R1"
50+
model="DeepSeek-R1",
5151
)
5252

5353

0 commit comments

Comments
 (0)