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 2ad3879
Show file tree
Hide file tree
Showing 27 changed files with 5,340 additions and 1,111 deletions.
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 2ad3879

Please sign in to comment.