Spaces:
Runtime error
Runtime error
Rodolfo Torres
commited on
Commit
•
dc50f99
1
Parent(s):
c0f8926
Adding webpage button
Browse files- .dockerignore +2 -1
- static/json/prompts-en.json +12 -0
.dockerignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
docker-compose.yml
|
2 |
-
docker-compose-local.yml
|
|
|
|
1 |
docker-compose.yml
|
2 |
+
docker-compose-local.yml
|
3 |
+
venv
|
static/json/prompts-en.json
CHANGED
@@ -22,5 +22,17 @@
|
|
22 |
"chat_minlength": 2,
|
23 |
"chat_maxlength": 1000,
|
24 |
"max_num_chats_api": 8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
]
|
|
|
22 |
"chat_minlength": 2,
|
23 |
"chat_maxlength": 1000,
|
24 |
"max_num_chats_api": 8
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"id": 3,
|
28 |
+
"name": "Answerio",
|
29 |
+
"widget_name": "{{widget_name_3}}",
|
30 |
+
"image": "img/icon-webpage.svg",
|
31 |
+
"welcome_message": "Welcome! Feel free to ask any questions about the selected text. I'm here to provide you with insightful answers.",
|
32 |
+
"description": "<h6>Tips:</h6> Haz las preguntas que quieras acerca del texto",
|
33 |
+
"display_welcome_message": true,
|
34 |
+
"chat_minlength": 3,
|
35 |
+
"chat_maxlength": 1000,
|
36 |
+
"max_num_chats_api": 8
|
37 |
}
|
38 |
]
|