mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 15:22:43 +02:00
rename session pinning to model affinity with x-model-affinity header
This commit is contained in:
parent
5789694d2f
commit
da9792c2dd
14 changed files with 468 additions and 371 deletions
7
demos/llm_routing/model_affinity/demo.sh
Executable file
7
demos/llm_routing/model_affinity/demo.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
# Run the demo directly against Plano (no agent server needed)
|
||||
uv run "$SCRIPT_DIR/demo.py"
|
||||
Loading…
Add table
Add a link
Reference in a new issue