llm-ls VS OpenAI-sublime-text

Compare llm-ls vs OpenAI-sublime-text and see what are their differences.

llm-ls

LSP server leveraging LLMs for code completion (and more?) (by huggingface)

OpenAI-sublime-text

Sublime Text OpenAI completion plugin with GPT-4 support! (by yaroslavyaroslav)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
llm-ls OpenAI-sublime-text
2 2
471 106
11.7% -
8.2 9.1
2 months ago 14 days ago
Rust Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

llm-ls

Posts with mentions or reviews of llm-ls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-18.
  • Continue will generate, refactor, and explain entire sections of code
    2 projects | news.ycombinator.com | 18 Dec 2023
    > I'd have expected that the main lever the product has in being better than others is having a custom model that understands code edits much more than others.

    True, but this is not something this particular product would solve. There are already models specifically trained to work on code. What's appealing to me is the flexibility of being able to choose which one to use, rather than my workflow being tied to a specific product or company.

    > the IDE integration seems to be the "easy bit"

    I admittedly haven't researched this much, but this is not currently the case. There is no generic API for LLMs that IDEs can plug into, so all plugins must target a specific model. We ultimately need an equivalent of an LSP server for LLMs, and while such a project exists[1], it looks to be in its infancy, as expected.

    [1]: https://github.com/huggingface/llm-ls

  • LocalPilot: Open-source GitHub Copilot on your MacBook
    6 projects | news.ycombinator.com | 19 Oct 2023
    Okay, I actually got local co-pilot set up. You will need these 4 things.

    1) CodeLlama 13B or another FIM model https://huggingface.co/codellama/CodeLlama-13b-hf. You want "Fill in Middle" models because you're looking at context on both sides of your cursor.

    2) HuggingFace llm-ls https://github.com/huggingface/llm-ls A large language mode Language Server (is this making sense yet)

    3) HuggingFace inference framework. https://github.com/huggingface/text-generation-inference At least when I tested you couldn't use something like llama.cpp or exllama with the llm-ls, so you need to break out the heavy duty badboy HuggingFace inference server. Just config and run. Now config and run llm-ls.

    4) Okay, I mean you need an editor. I just tried nvim, and this was a few weeks ago, so there may be better support. My expereicen was that is was full honest to god copilot. The CodeLlama models are known to be quite good for its size. The FIM part is great. Boilerplace works so much easier with the surrounding context. I'd like to see more models released that can work this way.

OpenAI-sublime-text

Posts with mentions or reviews of OpenAI-sublime-text. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.
  • LocalPilot: Open-source GitHub Copilot on your MacBook
    6 projects | news.ycombinator.com | 19 Oct 2023
    Hey, check the one that I made[1].

    It isn’t the cone completion assistant like the one you mentioned above, and it probably never will be. I see it more as a perfect coding companion, that is always under your fingertips and relieves you of googling most of the times.

    Yet it’s tied with OpenAI, and you have to pay it by yourself, but the former should be changed rather sooner than later.

    Bonus: in develop branch there is some-kind-of release candidate that a way more robust that the current release is.

    [1]: https://github.com/yaroslavyaroslav/OpenAI-sublime-text

  • Show HN: Sublime Text GPT-4 integration plugin
    1 project | news.ycombinator.com | 11 Jul 2023

What are some alternatives?

When comparing llm-ls and OpenAI-sublime-text you can also consider the following projects:

text-generation-inference - Large Language Model Text Generation Inference

cody - AI that knows your entire codebase

ChatGPT-API-Python - Building a Chatbot in Python using OpenAI's Official ChatGPT API

localpilot

Speak_with_ChatGPT - Simple python-only code to have a voice conversation with ChatGPT.

continue - ⏩ Open-source VS Code and JetBrains extensions that enable you to easily create your own modular AI software development system

refact - WebUI for Fine-Tuning and Self-hosting of Open-Source Large Language Models for Coding