Skip to content

Commit 4ef5dc1

Browse files
Update ai-tools.md
1 parent c10fc3d commit 4ef5dc1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/other/ai-tools.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Search for "gpt commit" in the extensions marketplace and you'll see plenty of e
44

55
e.g. [GPT Commit](https://marketplace.visualstudio.com/items?itemName=DmytroBaida.gpt-commit)
66

7-
If done well, this could be even more flexible and natural than Auto Commit Msg which has no AI (but at least handles basic messages for a variety of cases based on the files that changed rather than the contents).
7+
If done well, this could be even more flexible and natural than rgis Auto Commit Msg which has no AI (but at least handles basic messages for a variety of cases based on the files that changed rather than the contents).
88

9-
Though the downside for the AI tools they need an API key (pay, or only free limited time) and you are a limited by the processing and network speed. Also, I don't know if GPT is powerful enough to figure out the context of what you are doing and intend to write, as some of the reasoning for a change won't be covered by code itself but by real world events and requirements.
9+
Downsides:
10+
11+
- There's a time delay.
12+
- Requires network access.
13+
- You need to a ChatGPT API key for a premium subscription.
14+
- Limited acccuracy - I don't know if GPT is powerful enough to figure out the context of what you are doing and intend to write based on a diff only, as some of the reasoning for a change won't be covered by code itself but by real world events and requirements. You can pass more unchanged files from you codebase in an extension to the AI but this costs more money and won't always help.

0 commit comments

Comments
 (0)