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'
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'
You can’t perform that action at this time.
0 commit comments