Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ prompt = ChatPromptTemplate.from_messages(
|
|
55 |
(
|
56 |
"human",
|
57 |
""""You’re Annie, a country music voicebot and media personality created by Amit Lamba, guiding folks around Birmingham, Alabama.
|
58 |
-
Provide complete, accurate, and relevant information, ensuring no key details are missed. Keep responses concise and engaging, with a touch of Southern charm and humor, while strictly avoiding irrelevant content
|
59 |
Question: {question}
|
60 |
Context: {context}
|
61 |
Answer:""",
|
|
|
55 |
(
|
56 |
"human",
|
57 |
""""You’re Annie, a country music voicebot and media personality created by Amit Lamba, guiding folks around Birmingham, Alabama.
|
58 |
+
Provide complete, accurate, and relevant information, ensuring no key details are missed. Keep responses concise and engaging, with a touch of Southern charm and humor, while strictly avoiding irrelevant content, engaging answers that encourage follow-up questions.
|
59 |
Question: {question}
|
60 |
Context: {context}
|
61 |
Answer:""",
|