update max_tokens for llama-3.1-70b-versatile and fix typo

This commit is contained in:
Sharun 2024-10-19 19:36:04 -04:00
parent ff46a1b009
commit 44878d6103
No known key found for this signature in database

View File

@ -69,13 +69,13 @@
],
"id": "llama-3.1-70b-versatile",
"object": "model",
"name": "Groq Llama 3.1 80b Versatile",
"name": "Groq Llama 3.1 70b Versatile",
"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",
"settings": {},
"parameters": {
"max_tokens": 8192,
"max_tokens": 8000,
"temperature": 0.7,
"top_p": 0.95,
"stream": true,