Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/desktop/src/components/settings/views/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ export default function LocalAI() {
if (model.downloaded) {
setSelectedSTTModel(model.key);
localSttCommands.setCurrentModel(model.key as any);

localSttCommands.restartServer();
}
}}
>
Expand Down Expand Up @@ -631,6 +633,8 @@ export default function LocalAI() {
setSelectedLLMModel(model.key);
localLlmCommands.setCurrentModel(model.key as SupportedModel);
setCustomLLMEnabledMutation.mutate(false);

localLlmCommands.restartServer();
}
}}
>
Expand Down
24 changes: 12 additions & 12 deletions apps/desktop/src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,12 @@ msgstr "Annual"
msgid "Anyone with the link can view this page"
msgstr "Anyone with the link can view this page"

#: src/components/settings/views/ai.tsx:762
#: src/components/settings/views/ai.tsx:766
msgid "API Base URL"
msgstr "API Base URL"

#: src/components/settings/views/integrations.tsx:197
#: src/components/settings/views/ai.tsx:788
#: src/components/settings/views/ai.tsx:792
msgid "API Key"
msgstr "API Key"

Expand Down Expand Up @@ -472,7 +472,7 @@ msgstr "Company name"
#~ msgid "Connect"
#~ msgstr "Connect"

#: src/components/settings/views/ai.tsx:742
#: src/components/settings/views/ai.tsx:746
msgid "Connect to a self-hosted or third-party LLM endpoint (OpenAI API compatible)."
msgstr "Connect to a self-hosted or third-party LLM endpoint (OpenAI API compatible)."

Expand Down Expand Up @@ -504,7 +504,7 @@ msgstr "Contacts Access"
msgid "Continue"
msgstr "Continue"

#: src/components/settings/views/ai.tsx:874
#: src/components/settings/views/ai.tsx:878
msgid "Control how creative the AI enhancement should be"
msgstr "Control how creative the AI enhancement should be"

Expand All @@ -529,15 +529,15 @@ msgstr "Create Note"
msgid "Create your first template to get started"
msgstr "Create your first template to get started"

#: src/components/settings/views/ai.tsx:871
#: src/components/settings/views/ai.tsx:875
msgid "Creativity Level"
msgstr "Creativity Level"

#: src/components/settings/views/billing.tsx:66
msgid "Current Plan"
msgstr "Current Plan"

#: src/components/settings/views/ai.tsx:739
#: src/components/settings/views/ai.tsx:743
msgid "Custom Endpoint"
msgstr "Custom Endpoint"

Expand Down Expand Up @@ -600,7 +600,7 @@ msgstr "Enable"
msgid "Enable Integration"
msgstr "Enable Integration"

#: src/components/settings/views/ai.tsx:612
#: src/components/settings/views/ai.tsx:614
msgid "Enhancing"
msgstr "Enhancing"

Expand All @@ -612,11 +612,11 @@ msgstr "Enter a section title"
#~ msgid "Enter model name (e.g., gpt-4, llama3.2:3b)"
#~ msgstr "Enter model name (e.g., gpt-4, llama3.2:3b)"

#: src/components/settings/views/ai.tsx:791
#: src/components/settings/views/ai.tsx:795
msgid "Enter the API key for your custom LLM endpoint"
msgstr "Enter the API key for your custom LLM endpoint"

#: src/components/settings/views/ai.tsx:765
#: src/components/settings/views/ai.tsx:769
msgid "Enter the base URL for your custom LLM endpoint"
msgstr "Enter the base URL for your custom LLM endpoint"

Expand Down Expand Up @@ -779,7 +779,7 @@ msgstr "LinkedIn username"
msgid "Live summary of the meeting"
msgstr "Live summary of the meeting"

#: src/components/settings/views/ai.tsx:825
#: src/components/settings/views/ai.tsx:829
msgid "Loading available models..."
msgstr "Loading available models..."

Expand Down Expand Up @@ -825,7 +825,7 @@ msgstr "Members"
msgid "Microphone Access"
msgstr "Microphone Access"

#: src/components/settings/views/ai.tsx:813
#: src/components/settings/views/ai.tsx:817
msgid "Model Name"
msgstr "Model Name"

Expand Down Expand Up @@ -1057,7 +1057,7 @@ msgstr "Search..."
msgid "Sections"
msgstr "Sections"

#: src/components/settings/views/ai.tsx:816
#: src/components/settings/views/ai.tsx:820
msgid "Select a model from the dropdown (if available) or manually enter the model name required by your endpoint."
msgstr "Select a model from the dropdown (if available) or manually enter the model name required by your endpoint."

Expand Down
24 changes: 12 additions & 12 deletions apps/desktop/src/locales/ko/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,12 @@ msgstr ""
msgid "Anyone with the link can view this page"
msgstr ""

#: src/components/settings/views/ai.tsx:762
#: src/components/settings/views/ai.tsx:766
msgid "API Base URL"
msgstr ""

#: src/components/settings/views/integrations.tsx:197
#: src/components/settings/views/ai.tsx:788
#: src/components/settings/views/ai.tsx:792
msgid "API Key"
msgstr ""

Expand Down Expand Up @@ -472,7 +472,7 @@ msgstr ""
#~ msgid "Connect"
#~ msgstr ""

#: src/components/settings/views/ai.tsx:742
#: src/components/settings/views/ai.tsx:746
msgid "Connect to a self-hosted or third-party LLM endpoint (OpenAI API compatible)."
msgstr ""

Expand Down Expand Up @@ -504,7 +504,7 @@ msgstr ""
msgid "Continue"
msgstr ""

#: src/components/settings/views/ai.tsx:874
#: src/components/settings/views/ai.tsx:878
msgid "Control how creative the AI enhancement should be"
msgstr ""

Expand All @@ -529,15 +529,15 @@ msgstr ""
msgid "Create your first template to get started"
msgstr ""

#: src/components/settings/views/ai.tsx:871
#: src/components/settings/views/ai.tsx:875
msgid "Creativity Level"
msgstr ""

#: src/components/settings/views/billing.tsx:66
msgid "Current Plan"
msgstr ""

#: src/components/settings/views/ai.tsx:739
#: src/components/settings/views/ai.tsx:743
msgid "Custom Endpoint"
msgstr ""

Expand Down Expand Up @@ -600,7 +600,7 @@ msgstr ""
msgid "Enable Integration"
msgstr "Enable Integration"

#: src/components/settings/views/ai.tsx:612
#: src/components/settings/views/ai.tsx:614
msgid "Enhancing"
msgstr "Enhancing"

Expand All @@ -612,11 +612,11 @@ msgstr ""
#~ msgid "Enter model name (e.g., gpt-4, llama3.2:3b)"
#~ msgstr ""

#: src/components/settings/views/ai.tsx:791
#: src/components/settings/views/ai.tsx:795
msgid "Enter the API key for your custom LLM endpoint"
msgstr ""

#: src/components/settings/views/ai.tsx:765
#: src/components/settings/views/ai.tsx:769
msgid "Enter the base URL for your custom LLM endpoint"
msgstr ""

Expand Down Expand Up @@ -779,7 +779,7 @@ msgstr ""
msgid "Live summary of the meeting"
msgstr ""

#: src/components/settings/views/ai.tsx:825
#: src/components/settings/views/ai.tsx:829
msgid "Loading available models..."
msgstr ""

Expand Down Expand Up @@ -825,7 +825,7 @@ msgstr ""
msgid "Microphone Access"
msgstr ""

#: src/components/settings/views/ai.tsx:813
#: src/components/settings/views/ai.tsx:817
msgid "Model Name"
msgstr ""

Expand Down Expand Up @@ -1057,7 +1057,7 @@ msgstr ""
msgid "Sections"
msgstr ""

#: src/components/settings/views/ai.tsx:816
#: src/components/settings/views/ai.tsx:820
msgid "Select a model from the dropdown (if available) or manually enter the model name required by your endpoint."
msgstr ""

Expand Down
Loading