huggingface / llm.nvim

LLM powered development for Neovim
Apache License 2.0
741 stars 46 forks source link

feat: add adaptors to config and completion request #68

Closed noahbald closed 7 months ago

noahbald commented 10 months ago

Implementation of adaptors for https://github.com/huggingface/llm-ls/pull/40 Note that this doesn't include the required changes for rename_all="camelCase", so it will not work until that effort is completed here.

McPatate commented 7 months ago

Closing in favor of #72