From ecff9e5b3a4e8edc577a2d17b4082d4ad37c2936 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Wed, 5 Jun 2024 13:04:23 +0200 Subject: [PATCH] formatting --- app/src/lib/components/PreferencesForm.svelte | 8 ++--- app/src/routes/settings/ai/+page.svelte | 29 ++++++------------- 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/app/src/lib/components/PreferencesForm.svelte b/app/src/lib/components/PreferencesForm.svelte index e11b03741..8f4634f26 100644 --- a/app/src/lib/components/PreferencesForm.svelte +++ b/app/src/lib/components/PreferencesForm.svelte @@ -184,8 +184,8 @@ {/if}
- Signing commits can allow other people to verify your commits if you publish the - public version of your signing key. + Signing commits can allow other people to verify your commits if you publish the public + version of your signing key. Read more about commit signing and verification. @@ -204,8 +204,8 @@ Allow force pushing - Force pushing allows GitButler to override branches even if they were pushed to remote. - We will never force push to the trunk. + Force pushing allows GitButler to override branches even if they were pushed to remote. We + will never force push to the trunk.

- GitButler supports multiple providers for its AI powered features. We currently support - models from OpenAI and Anthropic either proxied through the GitButler API, or in a bring - your own key configuration. + GitButler supports multiple providers for its AI powered features. We currently support models + from OpenAI and Anthropic either proxied through the GitButler API, or in a bring your own key + configuration.

{#if !$user} - You must be logged in to use the GitButler API + You must be logged in to use the GitButler API {/if} @@ -189,12 +187,7 @@ {/if} {#if openAIKeyOption === KeyOption.BringYourOwn} - + {:else if !$user} - + {/if}
@@ -277,9 +268,7 @@ {:else if !$user} - + {/if} @@ -339,8 +328,8 @@
Custom AI prompts - GitButler's AI assistant generates commit messages and branch names. Use default prompts - or create your own. Assign prompts in the .