You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
Title: [Feature Request] The [default prompt words] list in the current conversation settings can be imported using JSON
🥰 Feature Description
As shown in the picture:
Application scenarios:
Debugging the situation of inputting dialogue history in a scenario with dialogue context prompt words
Messages can be automatically imported using JSON
🧐 Proposed Solution
Import JSON as a message list
The JSON format (same as the messages format of the input model) is as follows:
[
{
"role":"system",
"content":"I am the system prompt word"
},
{
"role":"user",
"content":"Who are you"
},
{
"role":"assistant",
"content":"I am an artificial intelligence assistant"
}
]
Add the converted content to the preset prompt words, and the two (JSON and conversation data) are synchronized with each other.
🥰 Feature Description
如图:
应用场景:
可以使用JSON自动导入messages
🧐 Proposed Solution
JSON格式(同输入模型的messages格式)如下:
将转换的内容,添加到预设提示词的为止,并且2者(JSON和对话数据)互相同步
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: