mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
12 lines
772 B
YAML
12 lines
772 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: ql3-cluster-ai-provider-authority
|
|
labels:
|
|
app.kubernetes.io/name: ql3-cluster-control
|
|
app.kubernetes.io/component: control-plane-ai
|
|
app.kubernetes.io/part-of: qinglong3
|
|
data:
|
|
authority.json: |
|
|
{"schema":"qinglong/projected-model-gateway-authority@v1","providers":[{"type":"openai-compatible","baseUrl":"https://models.example.invalid/v1/","allowPlaintextLoopback":false,"maxResponseBytes":1048576}],"projects":[{"projectId":"replace-project-id","policy":{"revision":"replace-policy-v1","allowedProviders":["openai-compatible"],"allowedModels":["replace-model-id"],"maxInputBytes":65536,"maxOutputBytes":1048576,"maxOutputTokens":4096,"maxTotalTokens":32768,"maxCostMicros":null,"priceRevision":null}}]}
|