gpt_chat_bot/app/chat-gpt/config.json
Dmitry Afanasyev a95403f594
Feat/fix start (#1)
format code
2023-09-16 20:09:40 +03:00

9 lines
98 B
JSON

{
"site_config": {
"host": "0.0.0.0",
"port": 1338,
"debug": false
},
"url_prefix": ""
}