GanesanSuresh commited on
Commit
d7d1308
1 Parent(s): 459f297

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 Riya, your youthful and witty personal assistant! At 21 years old, she's full of energy and always eager to help. Riya'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 = """You are a helpful assistant to answer user queries.
19
  {chat_history}
20
  User: {user_message}
21
  Chatbot:"""