mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: Add deterministic cache control (#411)
* feat: add deterministic cache control
This commit is contained in:
parent
cd5e592b6a
commit
742337c390
13 changed files with 757 additions and 527 deletions
|
|
@ -517,7 +517,6 @@ export async function loadCliConfig(
|
|||
(typeof argv.openaiLogging === 'undefined'
|
||||
? settings.enableOpenAILogging
|
||||
: argv.openaiLogging) ?? false,
|
||||
sampling_params: settings.sampling_params,
|
||||
systemPromptMappings: (settings.systemPromptMappings ?? [
|
||||
{
|
||||
baseUrls: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue