Commit graph

11 commits

Author SHA1 Message Date
Gered 570683574a increase request_timeout, which can be important for n_completions = 3
this could be lowered if n_completions = 1. this basically causes
minuet-ai to internally do a loop for n_completions where each iteration
runs a separate curl request
2024-10-03 22:09:13 -04:00
Gered f1742a166c update commented out models list
codegemma is apparently quite useless at FIM tasks
2024-10-03 22:08:06 -04:00
Gered 097587c8e0 replace cmp-ai with minuet-ai 2024-10-03 18:35:24 -04:00
Gered 5fc4f2d961 add a bunch of commented out options for various models 2024-10-02 22:53:43 -04:00
Gered c0e1ced17b add prompt & suffix functions to better generate ollama code fim prompts
most fim-capable models use a "template" that will auto-generate the
correct prompt text for the model using the `prompt` and `suffix` values
in the request data blob, if the `suffix` key is found
2024-10-02 22:53:21 -04:00
Gered fccac391ef add ollama completion support. work-in-progress using local plugin src
plugin is a fork of cmp-ai with various fixes and all other ai backends
stripped out
2024-09-30 20:22:58 -04:00
Gered 97fe503287 disable nvim-treesitter auto indent functionality
it mostly works fine, but the cases where it doesn't are REALLY
annoying to me
2024-09-30 14:56:37 -04:00
Gered e7fc7d3a7a replace vim-expand-region with built-in nvim-treesitter functionality
as a bonus, this seems to work somewhat better being LSP-based
2024-09-30 14:38:32 -04:00
Gered f133f26c91 switch back to tokyonight theme for now 2024-09-23 18:42:48 -04:00
Gered 91115c664e fix typo in command 2024-09-17 17:43:04 -04:00
Gered 8b60b324cd begin reorganizing into more general dotfiles repo structure 2024-09-14 15:15:39 -04:00