Spaces:
Sleeping
Sleeping
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"endpoint_url": "https://hackathon-eiffel-2026-apim.azure-api.net/ai/openai/deployments/gpt-5.1/chat/completions?api-version=2024-12-01-preview",
|
| 8 |
"model": "gpt-5.1",
|
| 9 |
"max_completion_tokens": 512,
|
| 10 |
-
"temperature": 0.
|
| 11 |
"top_p": 0.95
|
| 12 |
}
|
| 13 |
|
|
|
|
| 7 |
"endpoint_url": "https://hackathon-eiffel-2026-apim.azure-api.net/ai/openai/deployments/gpt-5.1/chat/completions?api-version=2024-12-01-preview",
|
| 8 |
"model": "gpt-5.1",
|
| 9 |
"max_completion_tokens": 512,
|
| 10 |
+
"temperature": 0.2,
|
| 11 |
"top_p": 0.95
|
| 12 |
}
|
| 13 |
|