mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-08 02:48:36 +00:00
Remove deprecated Groq models
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
This commit is contained in:
@ -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': {
|
'llama-3.1-8b-instant': {
|
||||||
displayName: 'Llama 3.1 8B',
|
displayName: 'Llama 3.1 8B',
|
||||||
model: new ChatOpenAI(
|
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': {
|
'gemma2-9b-it': {
|
||||||
displayName: 'Gemma2 9B',
|
displayName: 'Gemma2 9B',
|
||||||
model: new ChatOpenAI(
|
model: new ChatOpenAI(
|
||||||
|
Reference in New Issue
Block a user