Spaces:
Running
Running
littlebird13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,7 @@ from urllib3.exceptions import HTTPError
|
|
12 |
|
13 |
from pathlib import Path
|
14 |
|
15 |
-
os.environ['DASHSCOPE_HTTP_BASE_URL'] = 'https://dashscope.aliyuncs.com/api/v1'
|
16 |
-
# os.environ['DASHSCOPE_WEBSOCKET_BASE_URL'] = 'https://poc-dashscope.aliyuncs.com/api-ws/v1/inference'
|
17 |
|
18 |
import dashscope
|
19 |
from dashscope import MultiModalConversation
|
|
|
12 |
|
13 |
from pathlib import Path
|
14 |
|
15 |
+
#os.environ['DASHSCOPE_HTTP_BASE_URL'] = 'https://dashscope.aliyuncs.com/api/v1'
|
|
|
16 |
|
17 |
import dashscope
|
18 |
from dashscope import MultiModalConversation
|