Skip to content

Commit

Permalink
chore: Drop Llama 405b from models
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Oct 30, 2024
1 parent b325a05 commit da70508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit da70508

Please sign in to comment.