Skip to content

Commit 125de40

Browse files
committed
added llama 3.2 90b model
1 parent 12d0c6c commit 125de40

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
## Future Tasks
2626

2727
- [ ] Add evals with Braintrust
28+
- [ ] Checkout new models: Llama 3.2 11B and Qwen 2.5 models and see if I should add
2829
- [ ] Experiment with a prompt rewriter and launch this as well
2930
- [ ] Make the toast that opens better like a modal for sharability
3031
- [ ] Add sharability to people can take their apps and share them publicly

app/(main)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default function Home() {
2828
value: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
2929
},
3030
{
31-
label: "Llama 3.1 70B",
32-
value: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
31+
label: "Llama 3.2 90B",
32+
value: "meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo",
3333
},
3434
{
3535
label: "Gemma 2 27B",

0 commit comments

Comments
 (0)