update max_tokens for llama-3.1-8b-instant

This commit is contained in:
Sharun 2024-10-19 19:43:33 -04:00
parent 331e2bd35c
commit 72d178f3c3
No known key found for this signature in database

View File

@ -106,7 +106,7 @@
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 8192,
"max_tokens": 8000,
"temperature": 0.7,
"top_p": 0.95,
"stream": true,