mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
chore: increase max_tokens to 8192 for local LLM
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
parent
5b9fb8639c
commit
0823371ecb
@ -84,7 +84,7 @@ export class LocalLLMClient implements LLMClient {
|
||||
type: 'json_schema',
|
||||
json_schema: config.generationConfig?.responseSchema,
|
||||
},
|
||||
max_tokens: 1000,
|
||||
max_tokens: 8192,
|
||||
stream: false,
|
||||
}),
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user