jordigonzm commited on
Commit
512e932
1 Parent(s): e00a1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -8,9 +8,6 @@ from urllib.error import HTTPError
8
 
9
  default_system = 'You are a helpful assistant.'
10
 
11
- YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
12
- dashscope.api_key = YOUR_API_TOKEN
13
-
14
  History = List[Tuple[str, str]]
15
  Messages = List[Dict[str, str]]
16
 
 
8
 
9
  default_system = 'You are a helpful assistant.'
10
 
 
 
 
11
  History = List[Tuple[str, str]]
12
  Messages = List[Dict[str, str]]
13