Feat/fix start (#1)

format code
This commit is contained in:
Dmitry Afanasyev
2023-09-16 20:09:40 +03:00
committed by GitHub
parent 2d34a94eed
commit a95403f594
144 changed files with 8545 additions and 595 deletions

11
app/chat-gpt/Caddyfile Normal file
View File

@@ -0,0 +1,11 @@
:8080 {
# Serving dynamic requests:
reverse_proxy chat_gpt:1338
# Logs:
log {
output stdout
}
}