gharbat
gharbat
Yes the current docker setup is not optimal yet, I'm working on introducing rsync so everything in the host machine will be reflected inside the containers and vice-versa. Will let...
I thought it's already [clear in this page](https://github.com/openchatai/OpenChat/blob/main/LICENSE) xD
Hey @emsi Thanks for reporting this, will take a look into it. PS: this week release v0.4-beta, we will introduce the new chat widget, it will have many new features...
Fixed in https://github.com/openchatai/OpenChat/releases/tag/0.31
Hey, are you sure you are on the latest OpenChat main? I remember this was fixed in https://github.com/openchatai/OpenChat/issues/77 Try to do `git pull` and then `make install` one more time.
Thanks for reporting this, Indeed it's not and optimal situation, it happens because we use iFrame instead of JS/APIs, which effectively mean we are sessions based, and we do send...
Both :)
Fixed in https://github.com/openchatai/OpenChat/releases/tag/0.31
Wow! Thanks for the amazing contribution! Will take a look at it tonight.
Hi @alexiri thanks for raising this! The parser only supports OpenAPI 3.0 which relies on `servers` to get the base URL, I think `hosts` is used in OpenAPI 2.0. I...