JustinLin610 commited on
Commit
0a74257
1 Parent(s): d590e4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from dashscope import Generation
7
  from dashscope.api_entities.dashscope_response import Role
8
  from typing import List, Optional, Tuple, Dict
9
  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
 
7
  from dashscope.api_entities.dashscope_response import Role
8
  from typing import List, Optional, Tuple, Dict
9
  from urllib.error import HTTPError
10
+ default_system = 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.'
11
 
12
  YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
13
  dashscope.api_key = YOUR_API_TOKEN