Skip to content

Commit

Permalink
hotfix: json 파싱 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
uommou committed Jul 15, 2024
1 parent ffe943a commit 86e5ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/prompt/openai_prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Template:
"id": 1,
"color": "#FF0000"
}},
"search keyword": "nearby parking Dr. Smith's office"
"search_keyword": "nearby parking Dr. Smith's office"
}},
{{
"info": "dinner with John",
Expand All @@ -163,7 +163,7 @@ class Template:
"id": 2,
"color": "#00FF00"
}},
"searchKeyword": "top Italian wines"
"search_keyword": "top Italian wines"
}}
]
"""
Expand Down

0 comments on commit 86e5ad0

Please sign in to comment.