* fix: refactor nitro to extends localoaiengine * fix: refactor openai extension * chore: refactor groq extension * chore: refactor triton tensorrt extension * chore: add tests * chore: refactor engines
27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"sources": [
|
|
{
|
|
"url": "https://groq.com"
|
|
}
|
|
],
|
|
"id": "mixtral-8x7b-32768",
|
|
"object": "model",
|
|
"name": "Groq Mixtral 8x7b Instruct",
|
|
"version": "1.0",
|
|
"description": "Groq Mixtral 8x7b Instruct is Mixtral with supercharged speed!",
|
|
"format": "api",
|
|
"settings": {},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7,
|
|
"top_p": 1,
|
|
"stop": null,
|
|
"stream": true
|
|
},
|
|
"metadata": {
|
|
"author": "Mistral",
|
|
"tags": ["General", "Big Context Length"]
|
|
},
|
|
"engine": "groq"
|
|
}
|