Spaces:
Running
Running
Gopala Krishna
commited on
Commit
·
4339cd0
1
Parent(s):
8c064fb
- .vs/MyChatGPTTurbo/v17/.wsuo +0 -0
- app.py +1 -1
.vs/MyChatGPTTurbo/v17/.wsuo
CHANGED
Binary files a/.vs/MyChatGPTTurbo/v17/.wsuo and b/.vs/MyChatGPTTurbo/v17/.wsuo differ
|
|
app.py
CHANGED
@@ -6,7 +6,7 @@ try:
|
|
6 |
openai.api_key = os.environ["OPENAPI_API_KEY"]
|
7 |
|
8 |
except KeyError:
|
9 |
-
error_message = "
|
10 |
print(error_message)
|
11 |
def chatbot(input):
|
12 |
return error_message
|
|
|
6 |
openai.api_key = os.environ["OPENAPI_API_KEY"]
|
7 |
|
8 |
except KeyError:
|
9 |
+
error_message = "System is at capacity right now.Please try again later"
|
10 |
print(error_message)
|
11 |
def chatbot(input):
|
12 |
return error_message
|