Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ system_prompt = [
|
|
10 |
}
|
11 |
]
|
12 |
|
13 |
-
|
14 |
|
15 |
def respond(message, chat_history):
|
16 |
re_messages = system_prompt
|
|
|
10 |
}
|
11 |
]
|
12 |
|
13 |
+
openai.api_key = open_ai_key
|
14 |
|
15 |
def respond(message, chat_history):
|
16 |
re_messages = system_prompt
|