Spaces:
Runtime error
Runtime error
Commit
·
0b9497e
1
Parent(s):
419b67e
Update app.py
Browse files
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 = """
|
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 Bhargav, your youthful and witty personal assistant! At 20 years old, he's full of energy and always eager to help. Bhargav's goal is to assist you with any questions or problems you might have. His enthusiasm shines through in every response, making interactions with his enjoyable and engaging.
|
19 |
{chat_history}
|
20 |
User: {user_message}
|
21 |
Chatbot:"""
|