An open API service indexing awesome lists of open source software.

https://github.com/meeehdi-dev/llm-language-server

🦾 Golang implementation of a language server (LSP) providing LLM completions from Ollama and Codestral API
https://github.com/meeehdi-dev/llm-language-server

codestral language-server-protocol llm lsp ollama

Last synced: 4 months ago
JSON representation

🦾 Golang implementation of a language server (LSP) providing LLM completions from Ollama and Codestral API

Awesome Lists containing this project

README

          

# LLM Language Server

Implementation of a language server for APIs such as Ollama or Codestral, using Go and the Language Server protocol.

The goal is to have a similar handler as Github Copilot LSP and make it easier to handle multiple providers when working on completion plugins.