Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def agent_reasoning(text, risk_data, provider="SambaNova"):
|
|
| 102 |
model_id = "moonshotai/Kimi-K2-Instruct"
|
| 103 |
|
| 104 |
# --- SPONSOR 2: SAMBANOVA (Llama 3.3) ---
|
| 105 |
-
elif provider == "SambaNova":
|
| 106 |
api_key = os.getenv("SAMBANOVA_API_KEY")
|
| 107 |
if not api_key: return "⚠️ SambaNova API Key missing."
|
| 108 |
|
|
|
|
| 102 |
model_id = "moonshotai/Kimi-K2-Instruct"
|
| 103 |
|
| 104 |
# --- SPONSOR 2: SAMBANOVA (Llama 3.3) ---
|
| 105 |
+
elif provider == "SambaNova(Llama 3.3)":
|
| 106 |
api_key = os.getenv("SAMBANOVA_API_KEY")
|
| 107 |
if not api_key: return "⚠️ SambaNova API Key missing."
|
| 108 |
|