Skip to content

Commit 3127899

Browse files
author
skywind3000
committed
update doc
1 parent ca3887b commit 3127899

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ You will see the result in the command line.
6060
| g:gpt_commit_model | - | `'gpt-3.5-turbo'` | ChatGPT model |
6161
| g:gpt_commit_staged | - | `1` | set to 1 to use staged diff |
6262
| g:gpt_commit_max_line | - | `160` | max diff lines to reference |
63-
| g:gpt_commit_url | - | `''` | openai request url |
63+
| g:gpt_commit_url | - | `''` | alternative request URL, see #1 |
64+
65+
Note #1: the default URL is "https://api.openai.com/v1/chat/completions", can be changed by setting `g:gpt_commit_url`.
6466

6567
## Script
6668

@@ -85,12 +87,12 @@ available options:
8587

8688
If you find this plugin amusing, you might also be interested in my other vim plugins, such as:
8789

88-
- [asynctasks.vim](https://github.com/skywind3000/asynctasks.vim): Modern Task System for Project Building/Testing/Deploying.
8990
- [vim-auto-popmenu](https://github.com/skywind3000/vim-auto-popmenu): Display the Completion Menu Automantically.
9091
- [vim-color-export](https://github.com/skywind3000/vim-color-export): A tool to backport NeoVim colorschemes to Vim.
9192
- [vim-color-patch](https://github.com/skywind3000/vim-color-patch): Load colorscheme patch script automatically.
9293
- [vim-navigator](https://github.com/skywind3000/vim-navigator): Navigate Your Commands Easily.
9394
- [vim-rt-format](https://github.com/skywind3000/vim-rt-format): Prettify Current Line on Enter.
9495
- [vim-quickui](https://github.com/skywind3000/vim-quickui): The missing UI extensions for Vim 8.2 (and NeoVim 0.4).
96+
- [asynctasks.vim](https://github.com/skywind3000/asynctasks.vim): Modern Task System for Project Building/Testing/Deploying.
9597

9698

0 commit comments

Comments
 (0)