Spaces:
Sleeping
Sleeping
Commit ·
efbdcb8
1
Parent(s): 39ae25d
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ def main(appid, api_key, api_secret, gpt_url, question):
|
|
| 146 |
def ChatGPT_Bot(input):
|
| 147 |
global messages
|
| 148 |
if input:
|
| 149 |
-
main(appid="
|
| 150 |
api_secret="MWE4YjAyZTBmNzhjYWEzM2VjZDE4NWJk",
|
| 151 |
api_key="f2a4299ea50bbd90879c3c95f870257a",
|
| 152 |
gpt_url="ws://spark-api.xf-yun.com/v1.1/chat",question=input)
|
|
|
|
| 146 |
def ChatGPT_Bot(input):
|
| 147 |
global messages
|
| 148 |
if input:
|
| 149 |
+
main(appid="bf1a048e1",
|
| 150 |
api_secret="MWE4YjAyZTBmNzhjYWEzM2VjZDE4NWJk",
|
| 151 |
api_key="f2a4299ea50bbd90879c3c95f870257a",
|
| 152 |
gpt_url="ws://spark-api.xf-yun.com/v1.1/chat",question=input)
|