lisapin commited on
Commit
9988ece
·
verified ·
1 Parent(s): 8e804be

Update config.json

Browse files
Files changed (1) hide show
  1. 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.7,
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