File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let g:gpt_commit_key = 'Your openai apikey'
19
19
" uncomment this line below to enable proxy
20
20
" let g:gpt_commit_proxy = 'socks5://127.0.0.1:1080'
21
21
22
- " uncomment the following lines to use Ollama:
22
+ " uncomment the following lines if you want to use Ollama:
23
23
" let g:gpt_commit_engine = 'ollama'
24
24
" let g:gpt_commit_ollama_url = 'http://127.0.0.1:11434/api/chat'
25
25
" let g:gpt_commit_ollama_model = 'llama2'
@@ -37,7 +37,7 @@ For lazy:
37
37
-- uncomment this line below to enable proxy
38
38
-- vim.g.gpt_commit_proxy = 'socks5://127.0.0.1:1080'
39
39
40
- -- uncomment the following lines to use Ollama:
40
+ -- uncomment the following lines if you want to use Ollama:
41
41
-- vim.g.gpt_commit_engine = 'ollama'
42
42
-- vim.g.gpt_commit_ollama_url = 'http://127.0.0.1:11434/api/chat'
43
43
-- vim.g.gpt_commit_ollama_model = 'llama2'
You can’t perform that action at this time.
0 commit comments