mirror of
https://github.com/katanemo/plano.git
synced 2026-05-05 05:42:49 +02:00
Add first-class ChatGPT subscription provider support
This commit is contained in:
parent
128059e7c1
commit
bbe9946207
16 changed files with 637 additions and 7 deletions
9
demos/llm_routing/chatgpt_subscription/config.yaml
Normal file
9
demos/llm_routing/chatgpt_subscription/config.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version: v0.3.0
|
||||
|
||||
listeners:
|
||||
- type: model
|
||||
name: model_listener
|
||||
port: 12000
|
||||
|
||||
model_providers:
|
||||
- model: chatgpt/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue