32 lines
897 B
YAML
32 lines
897 B
YAML
# Local development harness config. Every upstream points at the single stub
|
|||
|
|
# server started by internal/testsupport, on loopback only — no cluster address,
|
||
|
|
# no *.riotpiao.com, no credentials. Route names match testdata/config/valid.yaml
|
||
|
|
# so the same assertions work against either fixture.
|
||
|
|
routes:
|
||
|
|
- name: reasoning-chat
|
||
|
|
upstream:
|
||
|
|
address: 127.0.0.1:9080
|
||
|
|
connectTimeout: "10s"
|
||
|
|
readTimeout: "1h"
|
||
|
|
writeTimeout: "1h"
|
||
|
|
maxBodySize: 10485760
|
||
|
|
authRequired: false
|
||
|
|
|
||
|
|
- name: ornith-chat
|
||
|
|
upstream:
|
||
|
|
address: 127.0.0.1:9080
|
||
|
|
connectTimeout: "5s"
|
||
|
|
readTimeout: "10m"
|
||
|
|
writeTimeout: "3m"
|
||
|
|
maxBodySize: 5242880
|
||
|
|
authRequired: false
|
||
|
|
|
||
|
|
- name: embeddings
|
||
|
|
upstream:
|
||
|
|
address: 127.0.0.1:9080
|
||
|
|
connectTimeout: "5s"
|
||
|
|
readTimeout: "30m"
|
||
|
|
writeTimeout: "2m"
|
||
|
|
maxBodySize: 5242880
|
||
|
|
authRequired: false
|