Merge pull request #4265 from janhq/chore/4244-deprecate-groq-llama31-70b-versatile

chore: 4244 - deprecate groq llama 3.1 70B Versatile
This commit is contained in:
Louis 2024-12-12 13:22:28 +07:00 committed by GitHub
commit 42a63c398b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,37 +61,6 @@
},
"engine": "groq"
},
{
"sources": [
{
"url": "https://groq.com"
}
],
"id": "llama-3.1-70b-versatile",
"object": "model",
"name": "Groq Llama 3.1 70b Versatile",
"version": "1.1",
"description": "Groq Llama 3.1 70b Versatile with supercharged speed!",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 8000,
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"stop": [],
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "Meta",
"tags": [
"General",
"Big Context Length"
]
},
"engine": "groq"
},
{
"sources": [
{