This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 403403 open_ai-o1 : " Open AI's most capable reasoning model"
404404 open_ai-o3-mini : " Advanced Cost-efficient reasoning model"
405405 samba_nova-Meta-Llama-3-1-8B-Instruct : " Efficient lightweight multilingual model"
406- samba_nova-Meta-Llama-3-1 -70B-Instruct" : " Powerful multipurpose model"
406+ samba_nova-Meta-Llama-3-3 -70B-Instruct" : " Powerful multipurpose model"
407407 mistral-mistral-large-latest : " Mistral's most powerful model"
408408 mistral-pixtral-large-latest : " Mistral's most powerful vision capable model"
409409
Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ def presets
7777 {
7878 id : "samba_nova" ,
7979 models : [
80+ {
81+ name : "Meta-Llama-3.3-70B-Instruct" ,
82+ tokens : 65_536 ,
83+ display_name : "Llama 3.1 70B" ,
84+ } ,
8085 {
8186 name : "Meta-Llama-3.1-8B-Instruct" ,
8287 tokens : 16_384 ,
8388 display_name : "Llama 3.1 8B" ,
8489 } ,
85- {
86- name : "Meta-Llama-3.1-70B-Instruct" ,
87- tokens : 65_536 ,
88- display_name : "Llama 3.1 70B" ,
89- } ,
9090 ] ,
9191 tokenizer : DiscourseAi ::Tokenizer ::Llama3Tokenizer ,
9292 endpoint : "https://api.sambanova.ai/v1/chat/completions" ,
You can’t perform that action at this time.
0 commit comments