-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add sambanova-langchain package (#5923)
* add new sambanova available models * feat: add sambanova-langchain package add sambanova package minor improvements in sambanova component add sambanova in agent examples * [autofix.ci] apply automated fixes * fmt * [autofix.ci] apply automated fixes * minor changes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Edwin Jose <[email protected]>
- Loading branch information
1 parent
a0474dc
commit 414797f
Showing
12 changed files
with
74 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
SAMBANOVA_MODEL_NAMES = [ | ||
"Meta-Llama-3.3-70B-Instruct", | ||
"Meta-Llama-3.1-8B-Instruct", | ||
"Meta-Llama-3.1-70B-Instruct", | ||
"Meta-Llama-3.1-405B-Instruct", | ||
"Meta-Llama-3.2-1B-Instruct", | ||
"Meta-Llama-3.2-3B-Instruct", | ||
"Llama-3.2-11B-Vision-Instruct", | ||
"Llama-3.2-90B-Vision-Instruct", | ||
"Qwen2.5-Coder-32B-Instruct", | ||
"Qwen2.5-72B-Instruct", | ||
"QwQ-32B-Preview", | ||
"Qwen2-Audio-7B-Instruct", | ||
] | ||
|
||
MODEL_NAMES = SAMBANOVA_MODEL_NAMES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1402,6 +1402,7 @@ | |
"Groq", | ||
"NVIDIA", | ||
"OpenAI", | ||
"SambaNova", | ||
"Custom" | ||
], | ||
"placeholder": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1339,6 +1339,7 @@ | |
"Groq", | ||
"NVIDIA", | ||
"OpenAI", | ||
"SambaNova", | ||
"Custom" | ||
], | ||
"placeholder": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1339,6 +1339,7 @@ | |
"Groq", | ||
"NVIDIA", | ||
"OpenAI", | ||
"SambaNova", | ||
"Custom" | ||
], | ||
"placeholder": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -717,6 +717,7 @@ | |
"Groq", | ||
"NVIDIA", | ||
"OpenAI", | ||
"SambaNova", | ||
"Custom" | ||
], | ||
"placeholder": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,6 +215,7 @@ | |
"Groq", | ||
"NVIDIA", | ||
"OpenAI", | ||
"SambaNova", | ||
"Custom" | ||
], | ||
"placeholder": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.