diff --git a/bots/llama_3.ts b/bots/llama_3.ts index d5987ec..53b45df 100644 --- a/bots/llama_3.ts +++ b/bots/llama_3.ts @@ -8,7 +8,7 @@ export const information: types.information = { callbackSupport: true, streamingSupport: false, id: "llama3-groq", - name: "Llama 3 Groq", + name: "Llama 3 70b (Groq)", description: "Meta's new flagship model. Powered by Groq!", highCostLLM: false, };