Skip to content

Commit 5d829e0

Browse files
committed
Adding some lines to break up the content, correct to "OpenAI"
1 parent d4dee1f commit 5d829e0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

gitkraken-client/experimental-features.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Experimental Features are still under development - treat these as an early snea
1919

2020
If you do experience issues, or have any other feedback, please reach out to us [Contact Support](https://help.gitkraken.com/gitkraken-client/contact-support/?issue_category__customer_facing_field_=Experimental+feedback&subject=GitKraken+Client+Experimental+feedback).
2121

22+
---
23+
2224
### Git Executable
2325

2426
When this setting is enabled, GitKraken Client will utilize the Git executable instead of the NodeGit library for certain Git actions including fetching and committing. This may provide increased performance and compatibility with certain projects and development environments. This is a partial implementation and will only affect some aspects of Git within GitKraken Client - the amount of Git commands using the Git executable will increase with each release.
@@ -41,6 +43,8 @@ Find below a list of features using the Git binary if the Git Executable experim
4143
- branch rename
4244
- branch delete (local branch only)
4345

46+
---
47+
4448
### AI Commit Message Generation
4549

4650
With this setting enabled, GitKraken Client will have the ability to generate commit messages from any staged changes. You can access this feature from the Command Palette (⌘P/Ctrl P, or the magic wand icon () in the toolbar), or you can click the sparkle icon () in the commit panel when you have staged changes.
@@ -51,7 +55,7 @@ With this setting enabled, GitKraken Client will have the ability to generate co
5155

5256
**Generate Commit Messages with AI:** <i class="fa-regular fa-square-check"></i> turn on this experimental feature! Check the box to immediately enable the setting.
5357

54-
**OpenAi Api Key:** Your key generated by OpenAI. GitKraken Client uses `gpt-3.5-turbo` model for generating commit messages
58+
**OpenAI Api Key:** Your key generated by OpenAI. GitKraken Client uses `gpt-3.5-turbo` model for generating commit messages
5559

5660
**Prompt:** This is what is sent to OpenAI. We have it pre-filled to hopefully get Open AI on the right track. However, you can enter whatever you want here and it will be sent when you click ✨
5761

@@ -67,6 +71,8 @@ Once the commit message has been generated, you can still fully edit the message
6771
<p>Be aware that using OpenAI/chatGPT has a cost. At the time of this writing, the maximum cost per request is about $0.02. OpenAI offers free trial accounts with $5.00 of credit to get started.</p>
6872
</div>
6973

74+
---
75+
7076
#### More about OpenAI
7177

7278
Login or create an account:

0 commit comments

Comments
 (0)