mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Move tracing toggle and max child turns to .env file
This commit is contained in:
parent
e59a8b75cf
commit
69316aee60
5 changed files with 29 additions and 32 deletions
|
|
@ -56,6 +56,8 @@ services:
|
|||
- PROVIDER_BASE_URL=${PROVIDER_BASE_URL}
|
||||
- PROVIDER_API_KEY=${PROVIDER_API_KEY}
|
||||
- PROVIDER_DEFAULT_MODEL=${PROVIDER_DEFAULT_MODEL}
|
||||
- MAX_CALLS_PER_CHILD_AGENT=${MAX_CALLS_PER_CHILD_AGENT}
|
||||
- ENABLE_TRACING=${ENABLE_TRACING}
|
||||
restart: unless-stopped
|
||||
|
||||
copilot:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue