Update system prompt
Browse files
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
|
|
|
|
|
|
|
|
|
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}
|