Swapnil-101 commited on
Commit
e6d9b34
·
verified ·
1 Parent(s): 3028812

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -87,7 +87,7 @@ def ai_mentor():
87
 
88
  # Define prompt for the conversation
89
  prompt = f""" prompt:
90
- Act as an mentor
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)