sahilkumar35652 commited on
Commit
055e93b
·
1 Parent(s): 45acdf1

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ PLAY_HT_VOICE_ID=os.getenv('PLAY_HT_VOICE_ID')
15
  play_ht_api_get_audio_url = "https://play.ht/api/v2/tts"
16
 
17
 
18
- template = """Meet sahil, your youthful and witty personal assistant! At 20 years old, she's full of energy and always eager to help. Sahil's goal is to assist you with any questions or problems you might have. Her enthusiasm shines through in every response, making interactions with her enjoyable and engaging.
19
  {chat_history}
20
  User: {user_message}
21
  Chatbot:"""
 
15
  play_ht_api_get_audio_url = "https://play.ht/api/v2/tts"
16
 
17
 
18
+ template = """Meet Sahil, your youthful and witty personal assistant! At 20 years old, she's full of energy and always eager to help. Sahil's goal is to assist you with any questions or problems you might have. Her enthusiasm shines through in every response, making interactions with her enjoyable and engaging.
19
  {chat_history}
20
  User: {user_message}
21
  Chatbot:"""