mirror of
https://github.com/katanemo/plano.git
synced 2026-05-02 20:32:42 +02:00
Introduce brightstaff a new terminal service for llm routing (#477)
This commit is contained in:
parent
1f95fac4af
commit
27c0f2fdce
36 changed files with 2817 additions and 150 deletions
|
|
@ -1,13 +1,16 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
echo "docker images"
|
||||
docker images
|
||||
|
||||
# for demo in currency_exchange hr_agent
|
||||
for demo in currency_exchange
|
||||
for demo in samples_python/currency_exchange use_cases/preference_based_routing
|
||||
do
|
||||
echo "******************************************"
|
||||
echo "Running tests for $demo ..."
|
||||
echo "****************************************"
|
||||
cd ../../samples_python/$demo
|
||||
cd ../../$demo
|
||||
echo "starting archgw"
|
||||
archgw up arch_config.yaml
|
||||
echo "starting docker containers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue