diff --git a/README.md b/README.md index f19206a1..ceff5c1d 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ You can also watch a short (2 min) video walkthrough on how to setup Open Canvas Open Canvas is designed to be compatible with any LLM model. The current deployment has the following models configured: -- **Anthropic Claude 3 Haiki 👤**: Haiku is Anthropic's fastest model, great for quick tasks like making edits to your document. Sign up for an Anthropic account [here](https://console.anthropic.com/). -- **Fireworks Llama 70B/405B 🦙**: These are two SOTA open source models from Meta, powered by [Fireworks](https://fireworks.ai/). You can sign up for an account [here](https://fireworks.ai/login) +- **Anthropic Claude 3 Haiku 👤**: Haiku is Anthropic's fastest model, great for quick tasks like making edits to your document. Sign up for an Anthropic account [here](https://console.anthropic.com/). +- **Fireworks Llama 3 70B 🦙**: Llama 3 is a SOTA open source model from Meta, powered by [Fireworks AI](https://fireworks.ai/). You can sign up for an account [here](https://fireworks.ai/login). - **OpenAI GPT 4o Mini 💨**: GPT 4o Mini is OpenAI's newest, smallest model. You can sign up for an API key [here](https://platform.openai.com/signup/). If you'd like to add a new model, follow these simple steps: diff --git a/src/constants.ts b/src/constants.ts index 404a9ff0..0b29e247 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -42,10 +42,6 @@ export const FIREWORKS_MODELS = [ name: "accounts/fireworks/models/llama-v3p1-70b-instruct", label: "Fireworks Llama 70B", }, - { - name: "accounts/fireworks/models/llama-v3p1-405b-instruct", - label: "Fireworks Llama 405B", - }, ]; export const GEMINI_MODELS = [