zineb-chgari commited on
Commit
419f46b
·
verified ·
1 Parent(s): affc74c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ class BasicAgent:
55
  def __init__(self):
56
  try:
57
  api_key=os.getenv("chatbotagenthf")
58
- model =InferenceClientModel(model_id="openai/gpt-oss-20b", provider="together",token=api_key)
59
 
60
  self.agent = ToolCallingAgent(
61
  tools=[DuckDuckGoSearchTool()],
 
55
  def __init__(self):
56
  try:
57
  api_key=os.getenv("chatbotagenthf")
58
+ model =InferenceClientModel(model_id="Qwen/Qwen2.5-7B-Instruct", provider="together",token=api_key)
59
 
60
  self.agent = ToolCallingAgent(
61
  tools=[DuckDuckGoSearchTool()],