diff --git a/README.md b/README.md index 4c96954..b1d6c99 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ Please feel free to contact me on [Twitter](https://twitter.com/rashadphz) or [c - [x] Add support for local LLMs through Ollama - [x] Docker deployment setup - [x] Add support for [searxng](https://github.com/searxng/searxng). Eliminates the need for external dependencies. -- [ ] Integrate with LiteLLM +- [ ] Create a pre-built Docker Image +- [ ] Chat History +- [ ] Chat with local files + + ## 🛠️ Tech Stack diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index 487fc79..4c17b8f 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -49,7 +49,7 @@ services: networks: - searxng ports: - - "127.0.0.1:8080:8080" + - "8080:8080" volumes: - ./searxng:/etc/searxng:rw environment: