mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
add native mode smoke test to CI
This commit is contained in:
parent
53d11ae235
commit
baab4e793c
2 changed files with 65 additions and 0 deletions
11
tests/e2e/config_native_smoke.yaml
Normal file
11
tests/e2e/config_native_smoke.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: v0.3.0
|
||||
|
||||
listeners:
|
||||
- type: model
|
||||
name: model_listener
|
||||
port: 12000
|
||||
|
||||
model_providers:
|
||||
- model: openai/gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
default: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue