Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from dashscope.api_entities.dashscope_response import Role
|
|
11 |
from typing import List, Optional, Tuple, Dict
|
12 |
from urllib.error import HTTPError
|
13 |
|
14 |
-
default_system = 'You are a helpful assistant.'
|
15 |
|
16 |
YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
|
17 |
dashscope.api_key = YOUR_API_TOKEN
|
|
|
11 |
from typing import List, Optional, Tuple, Dict
|
12 |
from urllib.error import HTTPError
|
13 |
|
14 |
+
default_system = 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.'
|
15 |
|
16 |
YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
|
17 |
dashscope.api_key = YOUR_API_TOKEN
|