mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix(setting): 将LLM最大上下文令牌数从64增加到128
This commit is contained in:
@@ -62,7 +62,7 @@ const SystemSettings = ref<any>({
|
|||||||
LLM_BASE_URL: 'https://api.deepseek.com',
|
LLM_BASE_URL: 'https://api.deepseek.com',
|
||||||
LLM_USE_PROXY: true,
|
LLM_USE_PROXY: true,
|
||||||
LLM_BASE_URL_PRESET: null,
|
LLM_BASE_URL_PRESET: null,
|
||||||
LLM_MAX_CONTEXT_TOKENS: 64,
|
LLM_MAX_CONTEXT_TOKENS: 128,
|
||||||
LLM_USER_AGENT: null,
|
LLM_USER_AGENT: null,
|
||||||
AUDIO_INPUT_PROVIDER: 'openai',
|
AUDIO_INPUT_PROVIDER: 'openai',
|
||||||
AUDIO_INPUT_API_KEY: null,
|
AUDIO_INPUT_API_KEY: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user