mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:36:41 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
a20fc70d01
commit
9eb3211ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -471,10 +471,10 @@ async function handleUpdateExistingService(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Upsert das vars principais (não mexemos em token Telegram aqui — preservado)
|
// Upsert das vars principais (não mexemos em token Telegram aqui — preservado)
|
||||||
|
// NÃO injetar HERMES_MODEL: a imagem custom já tem config.yaml com ollama-cloud/gemma4:31b-cloud.
|
||||||
|
// Sobrescrever via env var quebra o bot (model: "" / 404 not found).
|
||||||
const variables: Record<string, string> = {
|
const variables: Record<string, string> = {
|
||||||
HERMES_SOUL_OVERRIDE: soulContent,
|
HERMES_SOUL_OVERRIDE: soulContent,
|
||||||
HERMES_MODEL: model,
|
|
||||||
HERMES_FALLBACK_MODEL: "openrouter/google/gemma-4-31b-it",
|
|
||||||
HERMES_STT_PROVIDER: sttProvider,
|
HERMES_STT_PROVIDER: sttProvider,
|
||||||
HERMES_TTS_PROVIDER: ttsProvider,
|
HERMES_TTS_PROVIDER: ttsProvider,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue