Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -87,7 +87,7 @@ def ai_mentor():
|
|
87 |
|
88 |
# Define prompt for the conversation
|
89 |
prompt = f""" prompt:
|
90 |
-
|
91 |
User: {message}"""
|
92 |
|
93 |
formatted_prompt = format_prompt(prompt)
|
|
|
87 |
|
88 |
# Define prompt for the conversation
|
89 |
prompt = f""" prompt:
|
90 |
+
You are an AI mentor providing concise and complete responses. Answer the user's question clearly and in a few sentences.
|
91 |
User: {message}"""
|
92 |
|
93 |
formatted_prompt = format_prompt(prompt)
|