mirror of
https://github.com/katanemo/plano.git
synced 2026-05-12 01:02:56 +02:00
fix run_demo.sh scripts
to ensure that otel is started earlier than plano
This commit is contained in:
parent
2bb0826a51
commit
eb35b40635
12 changed files with 96 additions and 84 deletions
|
|
@ -24,16 +24,17 @@ start_demo() {
|
|||
echo ".env file created with API keys."
|
||||
fi
|
||||
|
||||
# Step 3: Start Plano
|
||||
echo "Starting Plano with arch_config_with_aliases.yaml..."
|
||||
planoai up arch_config_with_aliases.yaml
|
||||
|
||||
# Step 4: Optionally start UI services (AnythingLLM, Jaeger)
|
||||
# Step 3: Optionally start UI services (AnythingLLM, Jaeger)
|
||||
# Jaeger must start before Plano so it can bind the OTEL port (4317)
|
||||
if [ "$1" == "--with-ui" ]; then
|
||||
echo "Starting UI services (AnythingLLM, Jaeger)..."
|
||||
docker compose up -d
|
||||
fi
|
||||
|
||||
# Step 4: Start Plano
|
||||
echo "Starting Plano with arch_config_with_aliases.yaml..."
|
||||
planoai up arch_config_with_aliases.yaml
|
||||
|
||||
echo ""
|
||||
echo "Plano started successfully."
|
||||
echo "Please run the following CURL command to test model alias routing. Additional instructions are in the README.md file."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue