Tonyxay commited on
Commit
bf1be40
·
verified ·
1 Parent(s): 94893f1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  },
6
  "llm": {
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-mini",
9
  "max_completion_tokens": 256,
10
  "temperature": 0.2,
11
  "top_p": 0.95
 
5
  },
6
  "llm": {
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": 256,
10
  "temperature": 0.2,
11
  "top_p": 0.95