emacs-copilot
emacs-copilot copied to clipboard
C-c C-k with `phi-2.Q5_K_M.llamafile` prints "usage"
So, just testing plugin out, I downloaded the smallest model phi-2.Q5_K_M.llamafile. While running C-c C-k the model just inserts the "usage" text into the buffer.
To reproduce
- Download and put to
$PATHthephi-2.Q5_K_M.llamafile - Set the binary name
(setq copilot-bin "phi-2.Q5_K_M.llamafile") - Open any file and press C-c C-k to invoke completion
Expected
Some text from copilot is inserted
Actual
A large paragraph of "usage" appears in the buffer.