Spaces:
Sleeping
Sleeping
pycache files temporary before gitignore
Browse files- .gitignore +2 -0
- logs/chat/Assistant/20240812-12-38-06.json +30 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
|
2 |
+
modules/__pycache__/
|
logs/chat/Assistant/20240812-12-38-06.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"visible": [
|
3 |
+
[
|
4 |
+
"",
|
5 |
+
"How can I help you today?"
|
6 |
+
],
|
7 |
+
[
|
8 |
+
"What can you help me with ",
|
9 |
+
"*Is typing...*"
|
10 |
+
],
|
11 |
+
[
|
12 |
+
"Briefly tell me how you can be helpful to me ",
|
13 |
+
"*Is typing...*"
|
14 |
+
]
|
15 |
+
],
|
16 |
+
"internal": [
|
17 |
+
[
|
18 |
+
"<|BEGIN-VISIBLE-CHAT|>",
|
19 |
+
"How can I help you today?"
|
20 |
+
],
|
21 |
+
[
|
22 |
+
"What can you help me with ",
|
23 |
+
""
|
24 |
+
],
|
25 |
+
[
|
26 |
+
"Briefly tell me how you can be helpful to me ",
|
27 |
+
""
|
28 |
+
]
|
29 |
+
]
|
30 |
+
}
|