ashishabraham22 commited on
Commit
115a610
·
verified ·
1 Parent(s): 9b13127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
21
  class BasicAgent:
22
  def __init__(self):
23
  self.prompt_templates = {}
24
- self.model = InferenceClientModel(provider="groq", api_key="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")
25
  self.tools = [
26
  DuckDuckGoSearchTool(),
27
  WikiTitleFinder(),
 
21
  class BasicAgent:
22
  def __init__(self):
23
  self.prompt_templates = {}
24
+ self.model = InferenceClientModel(model="qwen/qwen3-32b",provider="groq", api_key="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")
25
  self.tools = [
26
  DuckDuckGoSearchTool(),
27
  WikiTitleFinder(),