LibreChat – Enhanced ChatGPT Clone
github.com
LibreChat – Enhanced ChatGPT Clone
1–10 of 22 posts
Re: LibreChat – Enhanced ChatGPT Clone
#2Re: LibreChat – Enhanced ChatGPT Clone
#3Re: LibreChat – Enhanced ChatGPT Clone
#4Re: LibreChat – Enhanced ChatGPT Clone
#5Re: LibreChat – Enhanced ChatGPT Clone
#6(From the naming, I was expecting some "strongly free software", like LibreJS, Libreboot, linux-libre, which would not rely on something closed like ChatGPT - I guess if someone made a free LLM-based chat, they could call it ChatGPL (though they should probably not, too close to ChatGPT))
If I'm ever stuck in a situation where I need to use ChatGPT, I'll consider using LibreChat :-)
Re: LibreChat – Enhanced ChatGPT Clone
#7Mistral isn't anything like as good as GPT-4, but it's Apache licensed and fully local, which meets my definition of Libre. I'll continue to use both while the FOSS stacks catch up, but it's fun to keep up with the progress on the open source stuff as tooling develops.
Re: LibreChat – Enhanced ChatGPT Clone
#8Re: LibreChat – Enhanced ChatGPT Clone
#9Not to be confused with https://libera.chat/
Re: LibreChat – Enhanced ChatGPT Clone
#10The primary use case here seems to be that it might be possible to use this tool to spend If you're interested in a fully Libre LLM stack, I've had fun lately with ollama [0] and ollama-webui [1]. It was pretty trivial to take ollama-webui's docker-compose file and set up a locally-running chat server with Mistral 7B. Trying out different models and prompts was likewise very easy to get started with. Mistral isn't an…
Related issue: https://github.com/danny-avila/LibreChat/issues/1131
LiteLLM: https://github.com/BerriAI/litellm
Guide: https://github.com/danny-avila/LibreChat/blob/main/docs/inst...