openchatai / OpenChat

LLMs custom-chatbots console ⚡
https://open.cx
MIT License
5.17k stars 642 forks source link

Pull request ... #171

Closed lvalics closed 11 months ago

lvalics commented 11 months ago

Please check https://github.com/openchatai/OpenChat/pull/164, https://github.com/openchatai/OpenChat/pull/165, https://github.com/openchatai/OpenChat/pull/166, https://github.com/openchatai/OpenChat/pull/167

In this request I have added APP_URL and ALLOWED_HOSTS into .env file to be readed from there. APP_URL is important for enbed code, to add the URL into the script URL.

lvalics commented 11 months ago

Also I created a fork here: https://github.com/lvalics/OpenChat/tree/main

gharbat commented 11 months ago

Thanks so much, @lvalics for your efforts! just merged them all!

lvalics commented 11 months ago

@gharbat I have added new features in this fork: https://github.com/lvalics/OpenChat/tree/main Just dunno yet how to request it: It was added login method to the bot creation, for security reason.