We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e3379 commit c90e431Copy full SHA for c90e431
1 file changed
tests/ai_test_model.py
@@ -85,7 +85,7 @@ async def _buildInternalAIModel(
85
return OpenAIModel(
86
model=model,
87
base_url=f"{base_url}/{model}",
88
- api_key="", # unused
+ api_key="test-api-key", # unused
89
extra_body={"user": f'{{"appkey":"{app_key}"}}'},
90
httpx_client=httpx.AsyncClient(auth=auth_handler),
91
temperature=0.0,
0 commit comments