mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
run demos without docker, keep docker optional via --with-ui
This commit is contained in:
parent
b9f01c8471
commit
1285bd083d
33 changed files with 447 additions and 316 deletions
|
|
@ -10,19 +10,27 @@ cd demos/llm_routing/preference_based_routing
|
|||
./run_demo.sh
|
||||
```
|
||||
|
||||
Or manually:
|
||||
To also start AnythingLLM (chat UI) and Jaeger (tracing):
|
||||
|
||||
```bash
|
||||
./run_demo.sh --with-ui
|
||||
```
|
||||
|
||||
Then open AnythingLLM at http://localhost:3001/
|
||||
|
||||
Or start manually:
|
||||
|
||||
1. Start Plano
|
||||
```bash
|
||||
planoai up config.yaml
|
||||
```
|
||||
|
||||
2. Start AnythingLLM
|
||||
2. (Optional) Start AnythingLLM and Jaeger
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
3. open AnythingLLM http://localhost:3001/
|
||||
3. Test with curl or open AnythingLLM http://localhost:3001/
|
||||
|
||||
# Testing out preference based routing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue