Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ TOGETHER_KEY = os.getenv("TOGETHER_API_KEY")
|
|
| 18 |
app = FastAPI(title="Task Parsing API")
|
| 19 |
|
| 20 |
# --- Configuration / Prompts (trimmed & adapted from your snippet) ---
|
| 21 |
-
llm_task_create_agent_system_prompt =
|
| 22 |
You are a task creation agent. Extract the following from user input:
|
| 23 |
|
| 24 |
- Task Name (Text)
|
|
|
|
| 18 |
app = FastAPI(title="Task Parsing API")
|
| 19 |
|
| 20 |
# --- Configuration / Prompts (trimmed & adapted from your snippet) ---
|
| 21 |
+
llm_task_create_agent_system_prompt = '''
|
| 22 |
You are a task creation agent. Extract the following from user input:
|
| 23 |
|
| 24 |
- Task Name (Text)
|