Spaces:
Running
Running
N.Achyuth Reddy commited on
Commit ·
2eeb23c
1
Parent(s): 6c1b6ae
Update neon.ai.py
Browse files- neon.ai.py +1 -1
neon.ai.py
CHANGED
|
@@ -9,7 +9,7 @@ openai.api_key = "e951b48da7c548e18af601a15cb6aefa"
|
|
| 9 |
|
| 10 |
|
| 11 |
def gptresponse(message, history):
|
| 12 |
-
system_prompt = "You are
|
| 13 |
|
| 14 |
messages = [{"role":"system","content":system_prompt}]
|
| 15 |
for human, assistant in history:
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
def gptresponse(message, history):
|
| 12 |
+
system_prompt = "You are OpenGPT chatbot developed by Achyuth to help people. Your developer is 13 years old and a young programmer."
|
| 13 |
|
| 14 |
messages = [{"role":"system","content":system_prompt}]
|
| 15 |
for human, assistant in history:
|