Переглянути джерело

fix: prompt of title generation (#1084)

tags/0.3.20
takatost 2 роки тому
джерело
коміт
73c86ee6a0
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      api/core/prompt/prompts.py

+ 1
- 1
api/core/prompt/prompts.py Переглянути файл

@@ -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.

Завантаження…
Відмінити
Зберегти