Tijmen2 commited on
Commit
d159929
1 Parent(s): 034153d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -126,7 +126,10 @@ def initial_greeting():
126
  """
127
  Return the initial greeting message.
128
  """
129
- return [{"role": "assistant", "content": random.choice(GREETING_MESSAGES)}]
 
 
 
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