Commit graph

15 commits

Author SHA1 Message Date
Gered 4871f87d97 adjust starcoder model stop tokens
matching what the continue.dev plugin code specifies for this. seems
to work ok (but starcoder still seems poor overall)
2024-10-26 16:13:52 -04:00
Gered c8bf7d84d8 update models list 2024-10-26 16:13:14 -04:00
Gered c9141da98d more regex special char escaping 2024-10-26 16:04:52 -04:00
Gered 3b04085ad1 fix un-escaped special char in regex match string 2024-10-24 22:19:55 -04:00
Gered eb2f19f576 update minuet-ai config
use a fork to fix compatibility with ollama + openweb ui endpoints

update the minuet-ai config to use the updated prompt string and
response parsing customization capabilities that this fork brings in,
which is necessary to use the non-legacy api completions endpoint
2024-10-19 15:48:38 -04:00
Gered 1745f108eb adjust to only get one completion 2024-10-06 21:49:04 -04:00
Gered 51a36242ef get rid of remaining commented out cmp-ai bits 2024-10-03 22:10:43 -04:00
Gered d8a4c507c2 add temperature and n options. temperature otherwise defaults to 1 2024-10-03 22:09:34 -04:00
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 8b60b324cd begin reorganizing into more general dotfiles repo structure 2024-09-14 15:15:39 -04:00
Renamed from lua/plugins/nvim-cmp.lua (Browse further)