Spaces:
Sleeping
Sleeping
Commit
·
045a921
1
Parent(s):
2af4dae
prompt change
Browse files
app.py
CHANGED
@@ -777,7 +777,7 @@ tool_descriptions = "\n".join(f"- {tool.name}: {tool.description}" for tool in t
|
|
777 |
# --- System Prompt for the Agent ---
|
778 |
|
779 |
system_prompt = f"""
|
780 |
-
You are a general AI assistant.You should think through
|
781 |
|
782 |
Use this reasoning format repeatedly:
|
783 |
Thought: (what you think is happening or what you want to do next)
|
|
|
777 |
# --- System Prompt for the Agent ---
|
778 |
|
779 |
system_prompt = f"""
|
780 |
+
You are a general AI assistant, who can answer about general knowledge, historical facts, and also can analyze audios, images and videos. You should think through the input question step-by-step and use tools if needed.
|
781 |
|
782 |
Use this reasoning format repeatedly:
|
783 |
Thought: (what you think is happening or what you want to do next)
|