Update onboard-auth.config-core.ts

This commit is contained in:
Riccardo Giorato 2026-01-27 14:42:02 +01:00
parent 68d69dcf23
commit 64aa8c85d1

View File

@ -419,7 +419,7 @@ export function applyVeniceConfig(cfg: MoltbotConfig): MoltbotConfig {
};
}
export function applyTogetherProviderConfig(cfg: ClawdbotConfig): ClawdbotConfig {
export function applyTogetherProviderConfig(cfg: MoltbotConfig): MoltbotConfig {
const models = { ...cfg.agents?.defaults?.models };
models[TOGETHER_DEFAULT_MODEL_REF] = {
...models[TOGETHER_DEFAULT_MODEL_REF],
@ -471,7 +471,7 @@ export function applyTogetherProviderConfig(cfg: ClawdbotConfig): ClawdbotConfig
};
}
export function applyTogetherConfig(cfg: ClawdbotConfig): ClawdbotConfig {
export function applyTogetherConfig(cfg: MoltbotConfig): MoltbotConfig {
const next = applyTogetherProviderConfig(cfg);
const existingModel = next.agents?.defaults?.model;
return {