Created
September 3, 2026 15:20
-
-
Save v3c70r/9637ace17098f88d4ac36d02c636649c to your computer and use it in GitHub Desktop.
Lazy.vim llama.vim setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'ggml-org/llama.vim', | |
| init = function() | |
| vim.g.llama_config = { | |
| endpoint_fim = "http://192.168.0.92:8080/infill", | |
| endpoint_inst = "http://192.168.0.92:8080/v1/chat/completions", | |
| api_key = "tk-xx", | |
| model = "qwen-coder", | |
| } | |
| end | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment