mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
feat: add llm test button
This commit is contained in:
@@ -1334,6 +1334,22 @@ export default {
|
||||
llmApiKeyPlaceholder: 'Please enter API key',
|
||||
llmBaseUrl: 'LLM Base URL',
|
||||
llmBaseUrlHint: 'Base URL for LLM API, used for custom API endpoints',
|
||||
llmTestAction: 'Test Call',
|
||||
llmTestDisabledAgent: 'Please enable AI Assistant first',
|
||||
llmTestDisabledApiKey: 'Please save the LLM API key before testing',
|
||||
llmTestDisabledModel: 'Please save the LLM model before testing',
|
||||
llmTestDisabledUnsaved: 'Testing only uses saved configuration. Please save before testing',
|
||||
llmTestSaving: 'Basic settings are being saved, please test again in a moment',
|
||||
llmTestLoading: 'Testing LLM call, please wait',
|
||||
llmTestSuccess: 'Test Succeeded',
|
||||
llmTestFailed: 'Test Failed',
|
||||
llmTestProvider: 'Provider',
|
||||
llmTestModel: 'Model',
|
||||
llmTestDuration: 'Duration',
|
||||
llmTestReplyPreview: 'Reply Preview',
|
||||
llmTestErrorMessage: 'Error Message',
|
||||
llmTestSuccessToast: 'LLM test call succeeded',
|
||||
llmTestFailedToast: 'LLM test call failed',
|
||||
aiAgentGlobal: 'Global AI Assistant',
|
||||
aiAgentGlobalHint:
|
||||
'Enable global AI assistant functionality, all message conversations will be answered by the AI agent without using the /ai command',
|
||||
|
||||
@@ -1332,6 +1332,22 @@ export default {
|
||||
llmApiKeyPlaceholder: '请输入API密钥',
|
||||
llmBaseUrl: 'LLM基础URL',
|
||||
llmBaseUrlHint: 'LLM API的基础URL地址,用于自定义API端点',
|
||||
llmTestAction: '测试调用',
|
||||
llmTestDisabledAgent: '请先启用智能助手',
|
||||
llmTestDisabledApiKey: '请先保存 LLM API 密钥后再测试',
|
||||
llmTestDisabledModel: '请先保存 LLM 模型后再测试',
|
||||
llmTestDisabledUnsaved: '测试仅针对已保存配置,请先保存后再测试',
|
||||
llmTestSaving: '基础设置保存中,请稍后再测试',
|
||||
llmTestLoading: '正在测试 LLM 调用,请稍候',
|
||||
llmTestSuccess: '测试成功',
|
||||
llmTestFailed: '测试失败',
|
||||
llmTestProvider: '供应商',
|
||||
llmTestModel: '模型',
|
||||
llmTestDuration: '耗时',
|
||||
llmTestReplyPreview: '结果摘要',
|
||||
llmTestErrorMessage: '错误信息',
|
||||
llmTestSuccessToast: 'LLM 调用测试成功',
|
||||
llmTestFailedToast: 'LLM 调用测试失败',
|
||||
aiAgentGlobal: '全局智能助手',
|
||||
aiAgentGlobalHint: '启用全局智能助手功能,所有消息对话均使用智能体回答而不用使用/ai命令',
|
||||
aiAgentJobInterval: '定时唤醒',
|
||||
|
||||
@@ -1334,6 +1334,22 @@ export default {
|
||||
llmApiKeyPlaceholder: '請輸入API密鑰',
|
||||
llmBaseUrl: 'LLM基礎URL',
|
||||
llmBaseUrlHint: 'LLM API的基礎URL地址,用於自定義API端點',
|
||||
llmTestAction: '測試調用',
|
||||
llmTestDisabledAgent: '請先啟用智能助手',
|
||||
llmTestDisabledApiKey: '請先保存 LLM API 密鑰後再測試',
|
||||
llmTestDisabledModel: '請先保存 LLM 模型後再測試',
|
||||
llmTestDisabledUnsaved: '測試僅針對已保存配置,請先保存後再測試',
|
||||
llmTestSaving: '基礎設置保存中,請稍後再測試',
|
||||
llmTestLoading: '正在測試 LLM 調用,請稍候',
|
||||
llmTestSuccess: '測試成功',
|
||||
llmTestFailed: '測試失敗',
|
||||
llmTestProvider: '供應商',
|
||||
llmTestModel: '模型',
|
||||
llmTestDuration: '耗時',
|
||||
llmTestReplyPreview: '結果摘要',
|
||||
llmTestErrorMessage: '錯誤信息',
|
||||
llmTestSuccessToast: 'LLM 調用測試成功',
|
||||
llmTestFailedToast: 'LLM 調用測試失敗',
|
||||
aiAgentGlobal: '全局智能助手',
|
||||
aiAgentGlobalHint: '啟用全局智能助手功能,所有消息對話均使用智能體回答而不用使用/ai命令',
|
||||
aiAgentJobInterval: '定時喚醒',
|
||||
|
||||
Reference in New Issue
Block a user