We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1242c commit 1144872Copy full SHA for 1144872
src/quartapp/chat.py
@@ -47,8 +47,7 @@ async def configure_openai():
47
endpoint=os.environ["AZURE_INFERENCE_ENDPOINT"],
48
credential=azure_credential,
49
credential_scopes=["https://cognitiveservices.azure.com/.default"],
50
- model="DeepSeek-R1",
51
- headers={"x-policy-id": "nil"},
+ model="DeepSeek-R1"
52
)
53
54
0 commit comments