Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ class BasicAgent:
|
|
250 |
video_transcription_tool = VideoTranscriptionTool()
|
251 |
|
252 |
# ✅ New Mistral-based Tool
|
253 |
-
mistral_tool =
|
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.
|