Skip to content

Commit

Permalink
feat: Mirror Ollama chat API
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel committed Feb 1, 2025
1 parent 9b56b1c commit 6ce43bc
Show file tree
Hide file tree
Showing 28 changed files with 5,357 additions and 1,122 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,23 @@ Feel free to improve, fork, copy, share or expand this project. Contributions ar

## Roadmap

- [x] Basic functionality
- [x] CLI
- [x] Web UI
- [x] Docker
- [x] Improved Web UI with better mobile support
- [x] Improve linting and formatting
- [x] Docker Hub registry images
- [x] Edge inference TTS
- [ ] Automated unit-tests
- [ ] React based web app
- [ ] Smart document chunking and embedding
#### Done
- [x] **Basic Functionality**
- [x] **CLI**
- [x] **Web UI**
- [x] **Docker**
- [x] **Enhanced Web UI** (better mobile support)
- [x] **Improved Linting and Formatting**
- [x] **Docker Hub Registry Images**
- [x] **Edge Inference TTS**
- [x] **Mirror Ollama Chat API** to enable Chipper as a drop-in middleware

#### Todo
- [ ] **Support server side `think` Tag Filtering (DeepSeek R1)**
- [ ] **Support Ollama Generate API**
- [ ] **Automated Unit Tests**
- [ ] **React-Based Web Application**
- [ ] **Smart Document Chunking and Embedding**

---

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
args:
BUILD_ENV: development
ports:
- 21210:8000
- 21434:8000
env_file: ../services/api/.env
depends_on:
elasticsearch:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
api:
image: griesel/chipper:api-latest
ports:
- 127.0.0.1:21210:8000
- 127.0.0.1:21434:8000
env_file: ../services/api/.env
depends_on:
elasticsearch:
Expand Down
Loading

0 comments on commit 6ce43bc

Please sign in to comment.