Skip to content

Commit

Permalink
fix: prompt of title generation (langgenius#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost authored Sep 1, 2023
1 parent 48eb590 commit 73c86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/prompt/prompts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Written by YORKI MINAKO🤡
CONVERSATION_TITLE_PROMPT = """You need to decompose the user's input into "subject" and "intention" in order to accurately figure out what the user's input language actually is.
Notice: the language type user use could be diverse, which can be English, Chinese, Español, Arabic, Japanese, Franch, and etc.
Notice: the language type user use could be diverse, which can be English, Chinese, Español, Arabic, Japanese, French, and etc.
MAKE SURE your output is the SAME language as the user's input!
Your output is restricted only to: (Input language) Intention + Subject(short as possible)
Your output MUST be a valid JSON.
Expand Down

0 comments on commit 73c86ee

Please sign in to comment.