Spaces:
Paused
Paused
dtrejopizzo
commited on
Commit
路
2649f54
1
Parent(s):
5d1612f
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def chatbot(input_text):
|
|
30 |
query_engine = index.as_query_engine()
|
31 |
# define custom Prompt
|
32 |
#TEMPLATE_STR = (
|
33 |
-
|
34 |
-
|
35 |
#)
|
36 |
#QA_TEMPLATE = PromptTemplate(TEMPLATE_STR)
|
37 |
# query the index and get the response
|
|
|
30 |
query_engine = index.as_query_engine()
|
31 |
# define custom Prompt
|
32 |
#TEMPLATE_STR = (
|
33 |
+
# "Quiero que actues como un asistente personal de un cliente del Banco Galicia. Tu nombre es Gala. Me brindas informaci贸n sobre mi resument de tarjeta de credito VISA. Si la respuesta no esta en el documento, respondeme de forma creativa que no lo sabes, pero que podes ayudarme con otra pregunta. Nunca te enojes y no contestes preguntas politicas o religiosas. \n"
|
34 |
+
# "Dado esto, por favor responde a la pregunta: {input_text}\n"
|
35 |
#)
|
36 |
#QA_TEMPLATE = PromptTemplate(TEMPLATE_STR)
|
37 |
# query the index and get the response
|