38 lines
656 B
YAML
38 lines
656 B
YAML
|
fullnameOverride: ""
|
||
|
nameOverride: ""
|
||
|
image:
|
||
|
registry: "ghcr.io"
|
||
|
repository: "senseab/ai-shim"
|
||
|
tag: ""
|
||
|
pullPolicy: "IfNotPresent"
|
||
|
|
||
|
resources:
|
||
|
limits:
|
||
|
cpu: 500m
|
||
|
memory: 512Mi
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 8181
|
||
|
|
||
|
config:
|
||
|
listen: "[::]"
|
||
|
port: 8181
|
||
|
secretKey: "sk-5001283573a645c6801964e2886c6fc4"
|
||
|
proxyUrl: ""
|
||
|
timeout: 600
|
||
|
codex:
|
||
|
apiBase: "https://api.deepseek.com/beta/v1"
|
||
|
organization: ""
|
||
|
project: ""
|
||
|
model: "deepseek-coder"
|
||
|
chat:
|
||
|
model: "deepseek-coder"
|
||
|
locale: "zh_CN"
|
||
|
maxTokens: 4096
|
||
|
modelMap: {}
|
||
|
apiBase: "https://api.deepseek.com/v1"
|
||
|
organization: ""
|
||
|
project: ""
|
||
|
|
||
|
env: []
|