Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OPENAI_API_KEY=
OPENAI_BASE_URL=
OPENAI_MODEL=gpt-4.1-mini
DEEPSEEK_API_KEY=
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
DEEPSEEK_BASE_URL=https://api.deepseek.com
OLLAMA_BASE_URL=http://localhost:11434/v1
LLM_TIMEOUT_S=60
MODEL_MAX_TOKENS=128000
Expand Down Expand Up @@ -58,11 +58,6 @@ CORS_ORIGINS=*

# ── Docker host port overrides (optional) ───────────────────────────────────
# Only needed when local ports such as 8000 or 6379 are already occupied.
JETBOT_API_PORT=8000
JETBOT_REDIS_PORT=6379
JETBOT_POSTGRES_PORT=5432
JETBOT_MINIO_PORT=9000
JETBOT_MINIO_CONSOLE_PORT=9001

# ── Rate limiting (requests per minute per IP) ────────────────────────────────
RATE_LIMIT_UPLOAD=5
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__/
.mypy_cache/
*.egg-info/
.env
.env.example
.venv/
.vscode/
.idea/
Expand Down
Loading
Loading