mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Custom: Add Mixtral for Groq
This commit is contained in:
@@ -118,6 +118,7 @@ export const chatModels : Record<string, ModelDetail> = {
|
|||||||
'gpt-4-0125-preview': { ...gpt4128kpreview },
|
'gpt-4-0125-preview': { ...gpt4128kpreview },
|
||||||
'gpt-4-32k': { ...gpt432k },
|
'gpt-4-32k': { ...gpt432k },
|
||||||
'gpt-4-32k-0314': { ...gpt432k },
|
'gpt-4-32k-0314': { ...gpt432k },
|
||||||
|
'mixtral-8x7b-32768': { ...llama3 },
|
||||||
'llama3-70b-8192': { ...llama3 },
|
'llama3-70b-8192': { ...llama3 },
|
||||||
'llama3-8b-8192': { ...llama3 },
|
'llama3-8b-8192': { ...llama3 },
|
||||||
'@cf/meta/llama-3-8b-instruct': { ...llama3 }
|
'@cf/meta/llama-3-8b-instruct': { ...llama3 }
|
||||||
|
|||||||
Reference in New Issue
Block a user