Skip to content

Commit

Permalink
Merge pull request #4265 from janhq/chore/4244-deprecate-groq-llama31…
Browse files Browse the repository at this point in the history
…-70b-versatile

chore: 4244 - deprecate groq llama 3.1 70B Versatile
  • Loading branch information
louis-jan authored Dec 12, 2024
2 parents 09bfc05 + 977ac3a commit 42a63c3
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions extensions/inference-groq-extension/resources/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 42a63c3

Please sign in to comment.