llm-vscode - Visual Studio Marketplace #393
Labels
code-generation
code generation models and tools like copilot and aider
llm
Large Language Models
llm-applications
Topics related to practical applications of Large Language Models in various fields
llm-inference-engines
Software to run inference on large language models
llm-serving-optimisations
Tips, tricks and tools to speedup inference of large language models
source-code
Code snippets
LLM-powered Development for VSCode
llm-vscode
is a VSCode extension for all things LLM, built on top of thellm-ls
backend. We also have extensions forneovim
,jupyter
,intellij
, and previouslyhuggingface-vscode
.Note: When using the Inference API, you may encounter limitations. Consider subscribing to the PRO plan to avoid rate limiting on the free tier. Hugging Face Pricing
💻 Features
Cmd+shift+a
to check if the generated code is in The Stack. This is a rapid first-pass attribution check using stack.dataportraits.org. We check for sequences of at least 50 characters that match a Bloom filter, which means false positives are possible. A complete second pass can be done using the dedicated Stack search tool, which is a full dataset index.🚀 Installation
Install
llm-vscode
like any other VSCode extension.By default, this extension uses
bigcode/starcoder
& Hugging Face Inference API for inference.🔑 HF API Token
Supply your HF API token (
hf.co/settings/token
) with this command:Cmd/Ctrl+Shift+P
Llm: Login
If you previously logged in with
huggingface-cli login
on your system, the extension will read the token from disk.⚙ Configuration
Check the full list of configuration settings by opening your settings page
(cmd+,)
and typingLlm
.Suggested labels
{ "key": "llm-vscode", "value": "VSCode extension for LLM powered development with Hugging Face Inference API" }
The text was updated successfully, but these errors were encountered: