Kedreamix commited on
Commit
abcd188
·
1 Parent(s): 063ed3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ import tiktoken
17
  import concurrent.futures
18
  from optimizeGoogle import chatPaper
19
 
20
- proxy = {'http':'http://127.0.0.1:7890',
21
- 'https':'http://127.0.0.1:7890'}
22
 
23
  def parse_text(text):
24
  lines = text.split("\n")
 
17
  import concurrent.futures
18
  from optimizeGoogle import chatPaper
19
 
20
+ proxy = {'http':'http://127.0.0.1',
21
+ 'https':'http://127.0.0.1'}
22
 
23
  def parse_text(text):
24
  lines = text.split("\n")