Euryeth commited on
Commit
b6107a6
·
verified ·
1 Parent(s): fdfa240

Update llm_config.json

Browse files
Files changed (1) hide show
  1. llm_config.json +1 -1
llm_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "openai": {
3
  "url": "http://localhost:8081/v1/chat/completions",
4
  "max_tokens": 256,
5
- "temperature": 0.9,
6
  "top_p": 0.95,
7
  "stop": ["User:", "Assistant:"]
8
  }
 
2
  "openai": {
3
  "url": "http://localhost:8081/v1/chat/completions",
4
  "max_tokens": 256,
5
+ "temperature": 0.6,
6
  "top_p": 0.95,
7
  "stop": ["User:", "Assistant:"]
8
  }