libre-chat
libre-chat copied to clipboard
🦙 Free and Open Source Large Language Model (LLM) chatbot web UI and API. Self-hosted, offline capable and easy to setup. Powered by LangChain.
### Describe the feature For ease of docker deployment to make this project more recognised ### An idea of implementation _No response_ ### Additional context _No response_
### Describe the bug i pip installed that went fine then i tried running it and got this is there a config im missing? : ValidationError: 1 validation error for...
### Describe the feature It would be nice to be able to upload new documents in the web interface. Uploaded documents would have to be ingested by the model and...
### Describe the feature If one just want to get the system running, just comment out all nginx and publish on port 8000 and everything works. So maybe supply another...
### Describe the feature I would deploy this in a *heartbeat* if it had OAuth. That way I could self-host this for my company. ### An idea of implementation _No...
### Describe the bug I pip installed your package, and I had my local ggml llama 7B chat model and I set up the chat.yml, with the model in the...
### Describe the bug When I try: docker run -it -p 8000:8000 ghcr.io/vemonet/libre-chat:main It download all the images but return: Repository Not Found for url: https://huggingface.co/api/models/models/llama-2-7b-chat.ggmlv3.q3_K_L.bin/revision/main. Please make sure you...
### Describe the bug > Hello, i find a issue in `src/libre_chat/router.py`, there may be a path Traversal vulnerability in method `upload_documents`. if the filename of a `uploaded` in `files`...
Hello, i find a issue in `src/libre_chat/router.py`, there may be a path Traversal vulnerability in method `upload_documents`. if the filename of a `uploaded` in `files` be `/../../../../../../../test.txt` (e.g., modified by...