likki1715 commited on
Commit
d534bb9
·
verified ·
1 Parent(s): 86110ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.1-8b-instant"
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: