wt002 commited on
Commit
e23d34d
·
verified ·
1 Parent(s): 1e4945c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ class BasicAgent:
250
  video_transcription_tool = VideoTranscriptionTool()
251
 
252
  # ✅ New Mistral-based Tool
253
- mistral_tool = MistralToolCallingAgentTool()
254
 
255
  system_prompt = f"""
256
  You are my general AI assistant. Your task is to answer the question I asked.
 
250
  video_transcription_tool = VideoTranscriptionTool()
251
 
252
  # ✅ New Mistral-based Tool
253
+ mistral_tool = ZephyrToolCallingAgentTool()
254
 
255
  system_prompt = f"""
256
  You are my general AI assistant. Your task is to answer the question I asked.