Custom: Add Mixtral for Groq

This commit is contained in:
2024-06-10 01:47:17 +09:00
parent 6e733f79a6
commit 32299c9b2c

View File

@@ -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 }