Skip to content

Commit 920ae88

Browse files
author
skywind3000
committed
update doc
1 parent 45b7b65 commit 920ae88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let g:gpt_commit_key = 'Your openai apikey'
1919
" uncomment this line below to enable proxy
2020
" let g:gpt_commit_proxy = 'socks5://127.0.0.1:1080'
2121
22-
" uncomment the following lines to use Ollama:
22+
" uncomment the following lines if you want to use Ollama:
2323
" let g:gpt_commit_engine = 'ollama'
2424
" let g:gpt_commit_ollama_url = 'http://127.0.0.1:11434/api/chat'
2525
" let g:gpt_commit_ollama_model = 'llama2'
@@ -37,7 +37,7 @@ For lazy:
3737
-- uncomment this line below to enable proxy
3838
-- vim.g.gpt_commit_proxy = 'socks5://127.0.0.1:1080'
3939

40-
-- uncomment the following lines to use Ollama:
40+
-- uncomment the following lines if you want to use Ollama:
4141
-- vim.g.gpt_commit_engine = 'ollama'
4242
-- vim.g.gpt_commit_ollama_url = 'http://127.0.0.1:11434/api/chat'
4343
-- vim.g.gpt_commit_ollama_model = 'llama2'

0 commit comments

Comments
 (0)