We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d0c6c commit 125de40Copy full SHA for 125de40
2 files changed
README.md
@@ -25,6 +25,7 @@
25
## Future Tasks
26
27
- [ ] Add evals with Braintrust
28
+- [ ] Checkout new models: Llama 3.2 11B and Qwen 2.5 models and see if I should add
29
- [ ] Experiment with a prompt rewriter and launch this as well
30
- [ ] Make the toast that opens better like a modal for sharability
31
- [ ] Add sharability to people can take their apps and share them publicly
app/(main)/page.tsx
@@ -28,8 +28,8 @@ export default function Home() {
value: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
},
{
- label: "Llama 3.1 70B",
32
- value: "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
+ label: "Llama 3.2 90B",
+ value: "meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo",
33
34
35
label: "Gemma 2 27B",
0 commit comments