Mxytyu commited on
Commit
b70956e
·
verified ·
1 Parent(s): ab26f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,8 +9,7 @@ body {background-color: #e0f7fa;} /* Light blue background */
9
  """
10
 
11
  # Define the assistant prompt to provide context
12
- assistant_prompt = "You are a helpful assistant. Answer questions concisely and helpfully."
13
-
14
  # Define a function to interact with the model, taking input and adding context
15
  def assistant_response(user_input):
16
  # Here, you'd modify this to pass the assistant_prompt to your model API
 
9
  """
10
 
11
  # Define the assistant prompt to provide context
12
+ assistant_prompt = "you are se"
 
13
  # Define a function to interact with the model, taking input and adding context
14
  def assistant_response(user_input):
15
  # Here, you'd modify this to pass the assistant_prompt to your model API