phildunphy14 commited on
Commit
af2ecb9
1 Parent(s): 0781071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -228,16 +228,15 @@ if st.button("Generate Affirmation", key="generate_affirmation"):
228
  # Do not repeat the same words i enter in context instead build it into the conversation\n
229
  # The structure should be conversational like taylor swift talking to me about my life and pets and not bullet points or third person. Also do not include actions in itallic words, just keep it to conversations.'''.format(horoscope_text,context)
230
 
231
- prompt = '''My name is Aditi, and I have two pets named Jamun and Misri. Lately, I've been trying to find the best ways to navigate my day-to-day life, taking into account my horoscope and current mood.
232
 
 
233
  Today's horoscope for me is: {}
234
-
235
  Here’s a brief about how my day has been or how I’m feeling: {}
236
-
237
- 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,
238
  reflecting her unique tone and style. Please integrate her lyrics in a way that feels natural and relevant to the discussion,
239
  avoiding any forced inclusion or repetitive language from my input. Keep the format purely conversational,
240
- 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)
241
 
242
 
243
  # messages = [{"role": "user", "content": prompt}]
 
228
  # Do not repeat the same words i enter in context instead build it into the conversation\n
229
  # The structure should be conversational like taylor swift talking to me about my life and pets and not bullet points or third person. Also do not include actions in itallic words, just keep it to conversations.'''.format(horoscope_text,context)
230
 
 
231
 
232
+ prompt = '''My name is Aditi, and I have two pets named Jamun and Misri. Lately, I've been trying to find the best ways to navigate my day-to-day life, taking into account my horoscope and current mood.
233
  Today's horoscope for me is: {}
 
234
  Here’s a brief about how my day has been or how I’m feeling: {}
235
+ I'm looking for some guidance in the style of Taylor Swift about my overall life and start of gym journey where i have decided to take it slow and do it more for feeling better, overall feeling fitter little bit everyday. Suggest some playlist songs (include atleast 1 taylor swift song) randomly everyday relevant to horoscope and how i feel.
236
+ 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,
237
  reflecting her unique tone and style. Please integrate her lyrics in a way that feels natural and relevant to the discussion,
238
  avoiding any forced inclusion or repetitive language from my input. Keep the format purely conversational,
239
+ with no bullet points or third-person narrative, and not itallics to describe actions.'''.format(horoscope_text, context)
240
 
241
 
242
  # messages = [{"role": "user", "content": prompt}]