added titignore

This commit is contained in:
Luxferre
2026-08-08 23:10:10 +03:00
parent e64fa242fd
commit f50217e6fd
9 changed files with 870 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ Using these rules, everyone can build their own copy of Bantam from scratch in l
- `api_key` (API key / Bearer token, optional; fall back to `OPENAI_API_KEY` env var)
- `stream` (stream response tokens in real-time, default `true`)
- `color` (ANSI coloring: `auto` (TTY-detected, default), `always`, or `never`; also disabled by `NO_COLOR`/`BANTAM_NO_COLOR` env vars)
- `timeout` (HTTP timeout in seconds for LLM API calls, default 60)
- `timeout` (HTTP timeout in seconds for LLM API calls, default 300; in the Go port it bounds connection setup and time-to-first-byte, so long streaming responses are not cut off mid-stream, matching the Python port's per-operation socket timeout)
- `shell_timeout` (timeout in seconds for `shell_exec` commands, default 120)
- `max_al_iterations` (max tool-call loop iterations per `AL()` invocation, default 1000)