Live data from Hacker News

LibreChat – Enhanced ChatGPT Clone

github.com

1–10 of 22 posts

Re: LibreChat – Enhanced ChatGPT Clone

#6
It's an open source client for ChatGPT.

(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

#7
The 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 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.

[0] https://github.com/jmorganca/ollama

[1] https://github.com/ollama-webui/ollama-webui

Re: LibreChat – Enhanced ChatGPT Clone

#10

The 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…

It looks like it can connect to local models via LiteLLM proxy.

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...

Post reply on HN