Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ class SmartAgent:
|
|
| 94 |
raise ValueError("GROQ_API_KEY environment variable not set! Please add it to your Space secrets.")
|
| 95 |
|
| 96 |
self.api_url = "https://api.groq.com/openai/v1/chat/completions"
|
| 97 |
-
self.model = "llama-3.
|
| 98 |
print(f"SmartAgent initialized with Groq ({self.model})")
|
| 99 |
|
| 100 |
def call_llm(self, prompt: str) -> str:
|
|
|
|
| 94 |
raise ValueError("GROQ_API_KEY environment variable not set! Please add it to your Space secrets.")
|
| 95 |
|
| 96 |
self.api_url = "https://api.groq.com/openai/v1/chat/completions"
|
| 97 |
+
self.model = "llama-3.3-70b-versatile"
|
| 98 |
print(f"SmartAgent initialized with Groq ({self.model})")
|
| 99 |
|
| 100 |
def call_llm(self, prompt: str) -> str:
|