- ffmpeg 用 -ss/-t 顺序切 65s 段,stride 55s(10s overlap);单段 ≤70s 整段不切 - 串行喂外部 ASR 后,把全部 chunk_texts 喂一次 LLM 让它去重 + 修边界字 - 单段直接返回 naive,LLM 失败也 fallback naive,不卡流程 - sidecar 注入 LLM_GATEWAY/LLM_MODEL/LLM_TOKEN env
This commit is contained in:
@@ -116,6 +116,15 @@ spec:
|
||||
secretKeyRef:
|
||||
name: notes-creds
|
||||
key: asr_token
|
||||
- name: LLM_GATEWAY
|
||||
value: http://3.135.65.204:8848/v1
|
||||
- name: LLM_MODEL
|
||||
value: gemma-4-31b-it
|
||||
- name: LLM_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: notes-creds
|
||||
key: llm_token
|
||||
readinessProbe:
|
||||
httpGet: { path: /healthz, port: feishu }
|
||||
initialDelaySeconds: 3
|
||||
|
||||
Reference in New Issue
Block a user