Skip to content

Instantly share code, notes, and snippets.

View oguzdelioglu's full-sized avatar
🎯
Focusing

Oğuz Delioğlu oguzdelioglu

🎯
Focusing
View GitHub Profile
@oguzdelioglu
oguzdelioglu / docker-compose.yml
Created February 5, 2026 10:08 — forked from MRKMKR/docker-compose.yml
Using GLM-4.6 with Xcode 26 via LiteLLM Proxy
services:
litellm:
image: ghcr.io/berriai/litellm:main-latest
container_name: glm-proxy
ports:
- "4000:4000"
volumes:
- ./litellm_config.yaml:/app/config.yaml
command: --config /app/config.yaml
restart: unless-stopped