ATK20 commited on
Commit
2934608
·
verified ·
1 Parent(s): 09d8309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ class BasicAgent:
19
  def __init__(self):
20
  print("BasicAgent initialized.")
21
  # Initialize a small local model instead of API model
22
- self.model = pipeline("text-generation", model="Qwen/Qwen2.5-32B-Instruct")
23
 
24
  # Initialize the search tool (you can keep DuckDuckGoSearchTool)
25
  search_tool = DuckDuckGoSearchTool()
 
19
  def __init__(self):
20
  print("BasicAgent initialized.")
21
  # Initialize a small local model instead of API model
22
+ self.model = pipeline("text-generation", model="openai/clip-vit-base-patch32")
23
 
24
  # Initialize the search tool (you can keep DuckDuckGoSearchTool)
25
  search_tool = DuckDuckGoSearchTool()