We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a252f + 71482f8 commit 74f62dbCopy full SHA for 74f62db
2 files changed
README.md
@@ -48,7 +48,7 @@ curl -N http://127.0.0.1:8080/v1/chat/completions \
48
"messages": [
49
{"role": "user", "content": "Where is the capital of China?"}
50
],
51
- "temperature": 2,
+ "temperature": 1,
52
"max_tokens": 512,
53
"top_k": 1,
54
"stream": true
0 commit comments