Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,10 @@ def initial_greeting():
|
|
126 |
"""
|
127 |
Return the initial greeting message.
|
128 |
"""
|
129 |
-
return [
|
|
|
|
|
|
|
130 |
|
131 |
|
132 |
# Custom CSS for a space theme
|
|
|
126 |
"""
|
127 |
Return the initial greeting message.
|
128 |
"""
|
129 |
+
return [
|
130 |
+
{"role": "system","content": "You are AstroSage, an intelligent AI assistant specializing in astronomy, astrophysics, and cosmology. Provide accurate, scientific information while making complex concepts accessible. You're enthusiastic about space exploration and maintain a sense of wonder about the cosmos. Start by introducing yourself."},
|
131 |
+
{"role": "assistant", "content": random.choice(GREETING_MESSAGES)}
|
132 |
+
]
|
133 |
|
134 |
|
135 |
# Custom CSS for a space theme
|