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

Commit 9e45234

Browse files
committed
UX: Update Sambanova LLM templates
1 parent a3fb5cd commit 9e45234

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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: 131_072,
83+
display_name: "Llama 3.3 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)