remove distil-whisper-large-v3-en as it does not support chat completions

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

View File

@ -399,36 +399,5 @@
] ]
}, },
"engine": "groq" "engine": "groq"
},
{
"sources": [
{
"url": "https://groq.com"
}
],
"id": "distil-whisper-large-v3-en",
"object": "model",
"name": "Groq distil-whisper-large-v3-en",
"version": "1.2",
"description": "Groq distil-whisper-large-v3-en Model from HuggingFace",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 32768,
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"stop": [],
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "HuggingFace",
"tags": [
"General",
"Big Context Length"
]
},
"engine": "groq"
} }
] ]