abdulaziz744 commited on
Commit
db8c88a
·
verified ·
1 Parent(s): eb094b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,9 +19,9 @@ import re
19
 
20
  class BasicAgent:
21
  def __init__(self):
22
- print("BasicAgent initialized with Llama-3.1-70B-Instruct + DDGS search")
23
  self.client = InferenceClient(
24
- model="meta-llama/Meta-Llama-3.1-70B-Instruct",
25
  token=os.getenv("HF_TOKEN")
26
  )
27
 
 
19
 
20
  class BasicAgent:
21
  def __init__(self):
22
+ print("BasicAgent initialized with Qwen/Qwen3-Next-80B-A3B-Instruct")
23
  self.client = InferenceClient(
24
+ model="Qwen/Qwen3-Next-80B-A3B-Instruct",
25
  token=os.getenv("HF_TOKEN")
26
  )
27