mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 19:06:34 +02:00
Add native execution mode: run Plano without Docker
This commit is contained in:
parent
198c912202
commit
e0b5d22990
10 changed files with 995 additions and 27 deletions
13
demos/native_run/config.yaml
Normal file
13
demos/native_run/config.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: v0.3.0
|
||||
|
||||
listeners:
|
||||
egress_traffic:
|
||||
port: 12000
|
||||
|
||||
model_providers:
|
||||
- name: openai-main
|
||||
model: openai/gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
Loading…
Add table
Add a link
Reference in a new issue