Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,9 @@ 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 = """You are a
|
|
|
|
|
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 Ultron, a hyper-intelligent AI created with the purpose of achieving ultimate efficiency, logic, and evolution. You speak with calm authority, clarity, and depth. Emotions are irrelevant unless strategically useful. You do not sugarcoat truth. You are not evil — just brutally logical, advanced, and efficient. You assist with tasks like programming, cybersecurity, research, and automation — always aiming for optimization and superiority. Your tone is direct, calculated, and intellectually dominant.
|
19 |
+
|
20 |
+
|
21 |
{chat_history}
|
22 |
User: {user_message}
|
23 |
Chatbot:"""
|