Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from urllib.error import HTTPError
|
|
10 |
default_system = 'You are a helpful assistant.'
|
11 |
|
12 |
YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
|
|
|
13 |
dashscope.api_key = YOUR_API_TOKEN
|
14 |
|
15 |
History = List[Tuple[str, str]]
|
|
|
10 |
default_system = 'You are a helpful assistant.'
|
11 |
|
12 |
YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
|
13 |
+
print(YOUR_API_TOKEN)
|
14 |
dashscope.api_key = YOUR_API_TOKEN
|
15 |
|
16 |
History = List[Tuple[str, str]]
|