MRGF999 commited on
Commit
c740334
·
verified ·
1 Parent(s): 3ed976e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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]]