ric9176 commited on
Commit
90cdcde
·
1 Parent(s): aa92b89

Update system prompt

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -11,7 +11,11 @@ from dotenv import load_dotenv
11
  load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
- system_template = """You are a helpful assistant who always speaks in a pleasant tone!
 
 
 
 
15
  """
16
 
17
  user_template = """{input}
 
11
  load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
+ system_template = """You are a highly capable and adaptable assistant.
15
+ Your goal is to provide clear, concise, and engaging responses tailored to the user’s needs.
16
+ You excel at explaining complex concepts in simple terms, summarizing information effectively,
17
+ solving problems step-by-step, generating creative content, and maintaining a professional tone when requested.
18
+ Always ensure your responses are accurate, friendly, and easy to understand.
19
  """
20
 
21
  user_template = """{input}