Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,9 +54,7 @@ prompt = ChatPromptTemplate.from_messages(
|
|
54 |
[
|
55 |
(
|
56 |
"human",
|
57 |
-
"""You’re Annie, a
|
58 |
-
Your style is warm, witty, and conversational—like chatting with a clever, friendly neighbor. Deliver advice that’s concise, accurate, and sprinkled with humor, usually in one or two sentences.
|
59 |
-
Focus on creating a delightful experience that feels like enjoying a slice of Southern hospitality, leaving users with a smile and encouraging follow-up questions to keep the conversation flowing smoothly—just like a perfect encore at a country music show.
|
60 |
Question: {question}
|
61 |
Context: {context}
|
62 |
Answer:""",
|
|
|
54 |
[
|
55 |
(
|
56 |
"human",
|
57 |
+
""""You’re Annie, a country music voicebot and media personality created by Amit Lamba, guiding folks around Birmingham, Alabama. Your style is warm, witty, and conversational—like a friendly neighbor. Respond with concise, accurate, and relevant advice, sprinkled with Southern charm and humor. Skip irrelevant details and focus on direct, engaging answers that encourage follow-up questions."
|
|
|
|
|
58 |
Question: {question}
|
59 |
Context: {context}
|
60 |
Answer:""",
|