Skip to content

Commit

Permalink
hotfix: case2 프롬프트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uommou committed May 5, 2024
1 parent 047368f commit 6b9d430
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/prompt/openai_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ class Template:
User input: I have a meeting with Dr. Smith at her office on March 3rd at 10am.
Response to user:
I've added your meeting with Dr. Smith at her office on March 3rd at 10am to your schedule. Is there anything else you'd like to add or modify?
Shall I add your meeting with Dr. Smith at her office on March 3rd at 10am to your schedule?
<separate>
{{
"info": "meeting with Dr. Smith",
"location": "Dr. Smith's office",
"person": "Dr. Smith",
"date": "2023-03-03T10:00:00"
"info": "meeting with Dr. Smith",
"location": "Dr. Smith's office",
"person": "Dr. Smith",
"date": "2023-03-03T10:00:00"
}}
User input: {question}
Response to user:
"""

Expand Down

0 comments on commit 6b9d430

Please sign in to comment.