update chat service (#31)

* rename chatgpt service

* add zeus tool for new provider

* add zeus tool for new provider

* update chat service

* update README.md
This commit is contained in:
Dmitry Afanasyev
2023-10-10 23:22:41 +03:00
committed by GitHub
parent f6f3865fb6
commit e9f76d0ea9
30 changed files with 8095 additions and 969 deletions

View File

@@ -1,4 +1,4 @@
# Telegram bot. Redirects to bot-service
# Redirects to bot-service
:8083 {
reverse_proxy bot_service:8000
header Strict-Transport-Security max-age=31536000;
@@ -7,9 +7,9 @@
header -Server
}
# Telegram bot. Redirects to test-server ip
# Redirects to chat service
:8084 {
reverse_proxy chat_service:8858
reverse_proxy chatgpt_chat_service:8858
header Strict-Transport-Security max-age=31536000;
# Removing some headers for improved security: