Separate online and airplane AI profiles.

This commit is contained in:
2026-07-20 11:52:00 +02:00
parent 3739da0984
commit 2d6fcafc7e
21 changed files with 1147 additions and 538 deletions

View File

@@ -119,6 +119,7 @@ chat-new = New Chat
chat-newWithModel = Chat with { $model }
chat-unavailable-title = Conversational AI is unavailable
chat-unavailable-guidance = Configure the active AI endpoint and model in Settings. Airplane mode uses only the local endpoint.
chat-providerError = AI provider error:
chat-unavailable-openSettings = Open AI Settings
chat-model-none = No model selected
chat-model-label = Model
@@ -363,6 +364,7 @@ sidebar-filter-tags = Tags
sidebar-filter-categories = Categories
sidebar-filter-calendar = Archive
sidebar-filter-noResults = No matching items
editor-saved = Saved.
editor-title = Title
editor-titlePlaceholder = Enter title...
editor-slug = Slug
@@ -489,10 +491,27 @@ settings-onlineEndpointSection = Online Endpoint
settings-onlineEndpointUrl = Online Endpoint URL
settings-onlineEndpointModel = Online Endpoint Model
settings-onlineApiKey = Online API Key
settings-airplaneApiKey = Local API Key (Optional)
settings-airplaneEndpointSection = Airplane Endpoint
settings-airplaneEndpointUrl = Airplane Endpoint URL
settings-airplaneEndpointModel = Airplane Endpoint Model
settings-refreshModels = Refresh Models
settings-chatModel = Chat Model
settings-modelSupportsTools = Selected chat model supports tool calls
settings-modelSupportsVision = Selected image model supports vision
settings-testChat = Test Chat
settings-modelsLoaded = Models loaded.
settings-testChatSuccess = Selected models responded successfully.
settings-onlineChatModel = Online Chat Model
settings-onlineTitleModel = Online Title Model
settings-onlineImageModel = Online Image Model
settings-onlineModelSupportsTools = Online chat model supports tool calls
settings-onlineModelSupportsVision = Online image model supports vision
settings-airplaneChatModel = Local Chat Model
settings-airplaneTitleModel = Local Title Model
settings-airplaneImageModel = Local Image Model
settings-airplaneModelSupportsTools = Local chat model supports tool calls
settings-airplaneModelSupportsVision = Local image model supports vision
settings-defaultModel = Default Model
settings-titleModel = Title Model
settings-imageAnalysisModel = Image Analysis Model