removing model_server. buh bye

This commit is contained in:
Salman Paracha 2025-11-22 13:25:11 -08:00
parent 88c2bd1851
commit 84477e0ec0
50 changed files with 17 additions and 9908 deletions

View file

@ -35,7 +35,6 @@ Create a ``docker-compose.yml`` file with the following configuration:
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY:?error}
- MODEL_SERVER_PORT=51000
Starting the Stack
~~~~~~~~~~~~~~~~~~