Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from urllib.error import HTTPError
|
|
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
|
18 |
|
19 |
History = List[Tuple[str, str]]
|
|
|
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 |
+
print(YOUR_API_TOKEN)
|
18 |
dashscope.api_key = YOUR_API_TOKEN
|
19 |
|
20 |
History = List[Tuple[str, str]]
|