libre-chat icon indicating copy to clipboard operation
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.

Results 9 libre-chat issues
Sort by recently updated
recently updated
newest added

### Describe the feature For ease of docker deployment to make this project more recognised ### An idea of implementation _No response_ ### Additional context _No response_

enhancement

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

bug

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

enhancement

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

enhancement

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

bug

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

bug

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

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` be `/../../../../../../../test.txt` (e.g., modified by...