update max_tokens for llama-3.1-70b-versatile and fix typo
This commit is contained in:
parent
ff46a1b009
commit
44878d6103
@ -69,13 +69,13 @@
|
|||||||
],
|
],
|
||||||
"id": "llama-3.1-70b-versatile",
|
"id": "llama-3.1-70b-versatile",
|
||||||
"object": "model",
|
"object": "model",
|
||||||
"name": "Groq Llama 3.1 80b Versatile",
|
"name": "Groq Llama 3.1 70b Versatile",
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"description": "Groq Llama 3.1 80b Versatile with supercharged speed!",
|
"description": "Groq Llama 3.1 70b Versatile with supercharged speed!",
|
||||||
"format": "api",
|
"format": "api",
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8000,
|
||||||
"temperature": 0.7,
|
"temperature": 0.7,
|
||||||
"top_p": 0.95,
|
"top_p": 0.95,
|
||||||
"stream": true,
|
"stream": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user