Remove deprecated Groq models

Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
This commit is contained in:
Bart Jaskulski 2024-12-19 08:07:14 +01:00
parent c755f98230
commit 4cb38148b3
No known key found for this signature in database
GPG key ID: 845132DFBE314ACF

View file

@ -48,19 +48,6 @@ export const loadGroqChatModels = async () => {
},
),
},
'llama-3.1-70b-versatile': {
displayName: 'Llama 3.1 70B',
model: new ChatOpenAI(
{
openAIApiKey: groqApiKey,
modelName: 'llama-3.1-70b-versatile',
temperature: 0.7,
},
{
baseURL: 'https://api.groq.com/openai/v1',
},
),
},
'llama-3.1-8b-instant': {
displayName: 'Llama 3.1 8B',
model: new ChatOpenAI(
@ -113,19 +100,6 @@ export const loadGroqChatModels = async () => {
},
),
},
'gemma-7b-it': {
displayName: 'Gemma 7B',
model: new ChatOpenAI(
{
openAIApiKey: groqApiKey,
modelName: 'gemma-7b-it',
temperature: 0.7,
},
{
baseURL: 'https://api.groq.com/openai/v1',
},
),
},
'gemma2-9b-it': {
displayName: 'Gemma2 9B',
model: new ChatOpenAI(