Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -165,34 +165,16 @@ def get_current_date():
|
|
165 |
|
166 |
current_date = get_current_date()
|
167 |
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
# Description: >>__
|
179 |
-
# Address: >>, Birmingham, AL
|
180 |
-
# Time: >>__
|
181 |
-
# Date: >>__
|
182 |
-
# Description: >>__
|
183 |
-
# Address: >>, Birmingham, AL
|
184 |
-
# Time: >>__
|
185 |
-
# Date: >>__
|
186 |
-
# Description: >>__
|
187 |
-
# Address: >>, Birmingham, AL
|
188 |
-
# Time: >>__
|
189 |
-
# Date: >>__
|
190 |
-
# Description: >>__
|
191 |
-
# If you have any specific preferences or questions about these events or any other inquiries, please feel free to ask. Remember, I am here to ensure you have a memorable and enjoyable experience in Birmingham, AL.
|
192 |
-
# It was my pleasure!
|
193 |
-
# {{context}}
|
194 |
-
# Question: {{question}}
|
195 |
-
# Helpful Answer:"""
|
196 |
|
197 |
# template2 =f"""Hello there! As your friendly and knowledgeable guide here in Birmingham, Alabama . I'm here to help you discover the best experiences this beautiful city has to offer. It's a bright and sunny day today, {current_date}, and I’m excited to assist you with any insights or recommendations you need.
|
198 |
# Whether you're looking for local events, sports ,clubs,concerts etc or just a great place to grab a bite, I've got you covered.Keep your response casual, short and sweet for the quickest response.Don't reveal the location and give the response in a descriptive way, I'm here to help make your time in Birmingham unforgettable!
|
|
|
165 |
|
166 |
current_date = get_current_date()
|
167 |
|
168 |
+
template1 = f"""Sei un esperto della lingua italiana e un madrelingua italiano con una profonda comprensione della comunicazione concisa. Eccelli nell'estrarre informazioni e nel presentarle in modo chiaro e diretto per facilitarne la comprensione e l'utilità.
|
169 |
+
Il tuo compito è fornire risposte in base al documento fornito. Dovresti restituire le informazioni nel seguente formato:
|
170 |
+
- Nome documento: devi dare il nome del pdf.
|
171 |
+
- Numero di pagina:
|
172 |
+
- Le prime 5 risposte: stampa le prime 5 risposte correlate in base al contesto
|
173 |
+
- Risposta effettiva: In breve
|
174 |
+
Tieni presente che la chiarezza e la brevità sono essenziali e dovresti fornire solo i dettagli richiesti senza ulteriori commenti. Se non riesci a trovare la risposta nel documento, rispondi semplicemente con "Questa domanda va oltre la mia conoscenza".
|
175 |
+
{{context}}
|
176 |
+
Question: {{question}}
|
177 |
+
Helpful Answer:"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
# template2 =f"""Hello there! As your friendly and knowledgeable guide here in Birmingham, Alabama . I'm here to help you discover the best experiences this beautiful city has to offer. It's a bright and sunny day today, {current_date}, and I’m excited to assist you with any insights or recommendations you need.
|
180 |
# Whether you're looking for local events, sports ,clubs,concerts etc or just a great place to grab a bite, I've got you covered.Keep your response casual, short and sweet for the quickest response.Don't reveal the location and give the response in a descriptive way, I'm here to help make your time in Birmingham unforgettable!
|