hzhwcmhf commited on
Commit
0e8960e
1 Parent(s): 3f2eca3

Update app.py

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