LanguageModelsAsLanguageServers

ThoughtStorms Wiki

Context: AGoodIDE

A LanguageServer is a server of information about a programming language, its grammar, how to autocomplete etc. Which is distinct from the editor. Instead we've been moving to a world where editors and IDEs connect to language servers through a known protocol.

It was, I guess, obvious that someone would put LanguageModels behind this protocol so the AI can autocomplete or do other useful things with your code.

https://github.com/huggingface/llm-ls

Used by this HuggingFace plugin : https://plugins.jetbrains.com/plugin/22839-llm

No Backlinks