mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-21 06:12:17 +03:00
Merge branch 'release/v3.8.51' into fix/release-v3.8.51-basereds-0917c
This commit is contained in:
@@ -611,10 +611,12 @@ test("chatCore integration: assigned compression combo applies language packs an
|
||||
autoClarity: true,
|
||||
},
|
||||
languageConfig: {
|
||||
enabled: false,
|
||||
defaultLanguage: "en",
|
||||
autoDetect: true,
|
||||
enabledPacks: ["en"],
|
||||
enabled: true,
|
||||
// autoDetect would read the (English) user turn and resolve back to "en",
|
||||
// so the pack under test has to be pinned explicitly.
|
||||
autoDetect: false,
|
||||
defaultLanguage: "pt-BR",
|
||||
enabledPacks: ["pt-BR"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -719,10 +721,12 @@ test("chatCore integration: default stacked compression combo applies for unassi
|
||||
autoClarity: true,
|
||||
},
|
||||
languageConfig: {
|
||||
enabled: false,
|
||||
defaultLanguage: "en",
|
||||
autoDetect: true,
|
||||
enabledPacks: ["en"],
|
||||
enabled: true,
|
||||
// autoDetect would read the (English) user turn and resolve back to "en",
|
||||
// so the pack under test has to be pinned explicitly.
|
||||
autoDetect: false,
|
||||
defaultLanguage: "pt-BR",
|
||||
enabledPacks: ["pt-BR"],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user