Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,8 @@ with gr.Blocks(title="Task Caching Demo", theme=gr.themes.Default(font=[gr.theme
|
|
| 150 |
with gr.Tabs():
|
| 151 |
model_name_input = gr.Textbox(
|
| 152 |
label="SambaNova Model Name",
|
| 153 |
-
value="sambanova/Meta-Llama-3.1-8B-Instruct", # Default value
|
|
|
|
| 154 |
info="Enter the SambaNova model name (e.g., sambanova/DeepSeek-R1-Distill-Llama-70B). Ensure the 'sambanova/' prefix if required by litellm configuration."
|
| 155 |
)
|
| 156 |
SAMBANOVA_API_KEY = gr.Textbox(
|
|
|
|
| 150 |
with gr.Tabs():
|
| 151 |
model_name_input = gr.Textbox(
|
| 152 |
label="SambaNova Model Name",
|
| 153 |
+
# value="sambanova/Meta-Llama-3.1-8B-Instruct", # Default value
|
| 154 |
+
value="sambanova/DeepSeek-R1", # Default value
|
| 155 |
info="Enter the SambaNova model name (e.g., sambanova/DeepSeek-R1-Distill-Llama-70B). Ensure the 'sambanova/' prefix if required by litellm configuration."
|
| 156 |
)
|
| 157 |
SAMBANOVA_API_KEY = gr.Textbox(
|