chatgpt-ui icon indicating copy to clipboard operation
chatgpt-ui copied to clipboard

ChatGPT UI with auth, OpenAI, Claude, Gemini support, written in Elixir + LiveView

Results 5 chatgpt-ui issues
Sort by recently updated
recently updated
newest added

Thanks for the awesome project! Any thoughts on allow chaining similar to [langchain](https://github.com/brainlid/langchain) as well as persistence? There's a demo here that includes what I think is a pretty good...

Something I've discovered through use that is a great feature is persistence of chats (i.e. chat history). Have you considered adding storage of chat history in postgres or something beyond...

Hi, I'm trying to deploy it to a free Gigalixir account and I get a Segmentation fault error. Is it possible to deploy on Gigalixir? ``` [debug] NIF cached at...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Thank you for the nice work! I faced a problem in running via docker. I followed the setup procedure ``` # Clone the project git clone https://github.com/dvcrn/chatgpt-ui cd chatgpt-ui #...