Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 747f30a

Browse files
committed
SambaNova recomment Llama 3.3 vs 3.1
1 parent aa13d16 commit 747f30a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/locales/client.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ en:
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

lib/completions/llm.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)