mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-19 00:08:43 +00:00
feat(providers): use correct model name
This commit is contained in:
@ -69,7 +69,7 @@ export const getAvailableProviders = async () => {
|
|||||||
'Mixtral 8x7b': new ChatOpenAI(
|
'Mixtral 8x7b': new ChatOpenAI(
|
||||||
{
|
{
|
||||||
openAIApiKey: groqApiKey,
|
openAIApiKey: groqApiKey,
|
||||||
modelName: 'gemma-7b-it',
|
modelName: 'mixtral-8x7b-32768',
|
||||||
temperature: 0.7,
|
temperature: 0.7,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -79,7 +79,7 @@ export const getAvailableProviders = async () => {
|
|||||||
'Gemma 7b': new ChatOpenAI(
|
'Gemma 7b': new ChatOpenAI(
|
||||||
{
|
{
|
||||||
openAIApiKey: groqApiKey,
|
openAIApiKey: groqApiKey,
|
||||||
modelName: 'llama3-70b-8192',
|
modelName: 'gemma-7b-it',
|
||||||
temperature: 0.7,
|
temperature: 0.7,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user