BloodRain666 commited on
Commit
be7fffe
·
verified ·
1 Parent(s): 1e8cc7d

Update app.py

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