fixed the config generator to allow for base_url providers LLMs to include wildcard models

This commit is contained in:
Salman Paracha 2026-01-24 12:56:31 -08:00
parent a7f7a011b3
commit 6b86830c09
4 changed files with 23 additions and 34 deletions

View file

@ -4,7 +4,7 @@ nodaemon=true
[program:brightstaff]
command=sh -c "\
envsubst < /app/arch_config_rendered.yaml > /app/arch_config_rendered.env_sub.yaml && \
RUST_LOG=debug \
RUST_LOG=info \
ARCH_CONFIG_PATH_RENDERED=/app/arch_config_rendered.env_sub.yaml \
/app/brightstaff 2>&1 | \
tee /var/log/brightstaff.log | \