From ce6558ec941b65875b451ffee3b7b25a2a231af8 Mon Sep 17 00:00:00 2001 From: Max Cembalest <70534565+mcembalest@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:03:16 -0500 Subject: [PATCH] fix: format of language and locale setting (#3370) --- gpt4all-bindings/python/docs/gpt4all_desktop/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_desktop/settings.md b/gpt4all-bindings/python/docs/gpt4all_desktop/settings.md index 3397ead9..e9d5eb85 100644 --- a/gpt4all-bindings/python/docs/gpt4all_desktop/settings.md +++ b/gpt4all-bindings/python/docs/gpt4all_desktop/settings.md @@ -8,7 +8,7 @@ | --- | --- | --- | | **Theme** | Color theme for the application. Options are `Light`, `Dark`, and `LegacyDark` | `Light` | | **Font Size** | Font size setting for text throughout the application. Options are Small, Medium, and Large | Small | - | **Language and Locale | The language and locale of that language you wish to use | System Locale | + | **Language and Locale** | The language and locale of that language you wish to use | System Locale | | **Device** | Device that will run your models. Options are `Auto` (GPT4All chooses), `Metal` (Apple Silicon M1+), `CPU`, and `GPU` | `Auto` | | **Default Model** | Choose your preferred LLM to load by default on startup| Auto | | **Suggestion Mode** | Generate suggested follow up questions at the end of responses | When chatting with LocalDocs |