Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ Here’s a brief about how my day has been or how I’m feeling: {}
|
|
168 |
I'm looking for some guidance in the style of Taylor Swift. Imagine Taylor chatting with me, using her song lyrics to provide insights and advice about handling daily challenges and emotions. The response should sound like a conversation directly from Taylor,
|
169 |
reflecting her unique tone and style. Please integrate her lyrics in a way that feels natural and relevant to the discussion,
|
170 |
avoiding any forced inclusion or repetitive language from my input. Keep the format purely conversational,
|
171 |
-
with no bullet points or third-person narrative, and let’s make this dialogue as engaging and uplifting as Taylor’s music.'''
|
172 |
|
173 |
|
174 |
# messages = [{"role": "user", "content": prompt}]
|
|
|
168 |
I'm looking for some guidance in the style of Taylor Swift. Imagine Taylor chatting with me, using her song lyrics to provide insights and advice about handling daily challenges and emotions. The response should sound like a conversation directly from Taylor,
|
169 |
reflecting her unique tone and style. Please integrate her lyrics in a way that feels natural and relevant to the discussion,
|
170 |
avoiding any forced inclusion or repetitive language from my input. Keep the format purely conversational,
|
171 |
+
with no bullet points or third-person narrative, and let’s make this dialogue as engaging and uplifting as Taylor’s music.'''.format(horoscope_text, context)
|
172 |
|
173 |
|
174 |
# messages = [{"role": "user", "content": prompt}]
|