Spaces:
Sleeping
Sleeping
Commit
·
d7d1308
1
Parent(s):
459f297
Upload app.py with huggingface_hub
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 = """You are a helpful assistant to answer user queries.
|
19 |
{chat_history}
|
20 |
User: {user_message}
|
21 |
Chatbot:"""
|