File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ You will see the result in the command line.
60
60
| g: gpt_commit_model | - | ` 'gpt-3.5-turbo' ` | ChatGPT model |
61
61
| g: gpt_commit_staged | - | ` 1 ` | set to 1 to use staged diff |
62
62
| 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 ` .
64
66
65
67
## Script
66
68
@@ -85,12 +87,12 @@ available options:
85
87
86
88
If you find this plugin amusing, you might also be interested in my other vim plugins, such as:
87
89
88
- - [ asynctasks.vim] ( https://github.com/skywind3000/asynctasks.vim ) : Modern Task System for Project Building/Testing/Deploying.
89
90
- [ vim-auto-popmenu] ( https://github.com/skywind3000/vim-auto-popmenu ) : Display the Completion Menu Automantically.
90
91
- [ vim-color-export] ( https://github.com/skywind3000/vim-color-export ) : A tool to backport NeoVim colorschemes to Vim.
91
92
- [ vim-color-patch] ( https://github.com/skywind3000/vim-color-patch ) : Load colorscheme patch script automatically.
92
93
- [ vim-navigator] ( https://github.com/skywind3000/vim-navigator ) : Navigate Your Commands Easily.
93
94
- [ vim-rt-format] ( https://github.com/skywind3000/vim-rt-format ) : Prettify Current Line on Enter.
94
95
- [ 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.
95
97
96
98
You can’t perform that action at this time.
0 commit comments