Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rashadphz/farfalle
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadphz committed May 30, 2024
2 parents a4afa54 + 61c8d9b commit 7942ca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
networks:
- searxng
ports:
- "127.0.0.1:8080:8080"
- "8080:8080"
volumes:
- ./searxng:/etc/searxng:rw
environment:
Expand Down

0 comments on commit 7942ca7

Please sign in to comment.