forked from mckaywrigley/chatbot-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchatbot_ui_example_history_file.json
53 lines (53 loc) · 1.43 KB
/
chatbot_ui_example_history_file.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"version": 4,
"history": [
{
"id": "743e77d5-75fd-4095-8854-16f36ca05535",
"name": "你好",
"messages": [
{
"role": "user",
"content": "你好"
},
{
"role": "assistant",
"content": "你好!有什么我可以帮助你的吗?"
}
],
"model": {
"id": "gpt-3.5-turbo",
"name": "GPT-3.5",
"maxLength": 12000,
"tokenLimit": 4000
},
"prompt": "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.",
"temperature": 1,
"folderId": null
},
{
"id": "e448a779-20c0-4154-925e-8b8a9ad69584",
"name": "who are you",
"messages": [
{
"role": "user",
"content": "who are you"
},
{
"role": "assistant",
"content": "I am ChatGPT, a language model developed by OpenAI. I'm here to assist you with any questions or tasks you have. How can I help you today?"
}
],
"model": {
"id": "gpt-3.5-turbo",
"name": "GPT-3.5",
"maxLength": 12000,
"tokenLimit": 4000
},
"prompt": "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.",
"temperature": 1,
"folderId": null
}
],
"folders": [],
"prompts": []
}