Rakshitjan commited on
Commit
c6cb44c
·
verified ·
1 Parent(s): 70c35ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = f'''
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)