Skip to content

Commit

Permalink
modified: config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyi-zhao committed May 14, 2024
1 parent a12ac77 commit 5110ece
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@
# 网页的端口, -1代表随机端口
WEB_PORT = -1

# 是否打开浏览器页面
OPEN_BROWSER = True
# 配置调用的浏览器程序名(或全路径),比如 firefox,google-chrome,safari 等等:
BROWSER = "firefox"
# 浏览器打开时传递的参数,若有多个参数,则以逗号分割:
BROWSER_ARGS = "--new-window"


# 如果OpenAI不响应(网络卡顿、代理失败、KEY失效),重试的次数限制
MAX_RETRY = 2
Expand Down

0 comments on commit 5110ece

Please sign in to comment.