mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixed the config generator to allow for base_url providers LLMs to include wildcard models
This commit is contained in:
parent
a7f7a011b3
commit
6b86830c09
4 changed files with 23 additions and 34 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue