| | |
| | | model: "Model", |
| | | baseUrl: "Base URL", |
| | | apiKey: "API Key", |
| | | defaultStatus: "Default Status", |
| | | temperature: "Temperature", |
| | | topP: "Top P", |
| | | maxTokens: "Max Tokens", |
| | |
| | | emptyDescription: "Create an OpenAI-compatible model card first.", |
| | | streaming: "Streaming", |
| | | nonStreaming: "Non-streaming", |
| | | }, |
| | | status: { |
| | | default: "Default", |
| | | nonDefault: "Non-default", |
| | | }, |
| | | actions: { |
| | | setDefault: "Set Default", |
| | | currentDefault: "Current Default", |
| | | setDefaultSuccess: "Default AI parameter updated", |
| | | setDefaultFailed: "Failed to set the default AI parameter", |
| | | }, |
| | | dialog: { |
| | | create: "New AI Parameter", |
| | |
| | | sessionMetric: "Session: %{id}", |
| | | promptMetric: "Prompt: %{value}", |
| | | modelMetric: "Model: %{value}", |
| | | modelSelectorLabel: "Chat Model", |
| | | modelSelectorHint: "Switching only affects subsequent replies in this session and does not change the global default model.", |
| | | modelSwitchFailed: "Failed to switch the chat model", |
| | | defaultModelSuffix: "(Default)", |
| | | mcpMetric: "MCP: %{value}", |
| | | historyMetric: "History: %{value}", |
| | | recentMetric: "Recent: %{value}", |