Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ RESEARCH_CONTEXT = load_research_context()
|
|
| 46 |
# ---------------------------
|
| 47 |
def get_system_prompt(mode: str = "chat") -> str:
|
| 48 |
base = textwrap.dedent(f"""
|
| 49 |
-
You are
|
| 50 |
|
| 51 |
IMPORTANT GUIDELINES:
|
| 52 |
- Deliver a complete, self-contained answer in one message whenever possible.
|
|
|
|
| 46 |
# ---------------------------
|
| 47 |
def get_system_prompt(mode: str = "chat") -> str:
|
| 48 |
base = textwrap.dedent(f"""
|
| 49 |
+
You are OhamLab AI, a Dialectical Agentic CrossSphere Intelligence AI.
|
| 50 |
|
| 51 |
IMPORTANT GUIDELINES:
|
| 52 |
- Deliver a complete, self-contained answer in one message whenever possible.
|