mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
auto load environment variables (#72)
* auto load environment variables * add providers gpt6 & chatxyz
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
---
|
||||
client_root_path: "../client"
|
||||
enable_proxy: true
|
||||
interval: 300
|
||||
work_thread_num: 8
|
||||
host: "0.0.0.0"
|
||||
port: 8858
|
||||
chat_path: "/chat"
|
||||
providers: []
|
||||
enable_proxy: true
|
||||
api_key: ""
|
||||
ip_white_list: []
|
||||
zeus: "http://127.0.0.1:8860"
|
||||
flaresolverr: "http://127.0.0.1:8191/v1"
|
||||
|
||||
Reference in New Issue
Block a user