LLM Tools is an innovative Visual Studio Code extension designed to facilitate experimentation with Large Language Models (LLMs) for developers working in data science, machine learning, and other related fields. It offers a versatile toolkit to interact with LLMs directly from your favorite code editor.
Features
Providers Explorer: Manage your LLM providers and effortlessly switch between different configurations.
Chat View: Engage with LLMs in a conversational manner using the embedded chat interface.
Chats Explorer: Keep track of your chats, organize them efficiently, and revisit past interactions.
Prompts Explorer: Craft and save prompts for repeated use, enhancing productivity.
Commands and Menus: Execute various commands for interacting with LLMs, such as sending inputs to chat, managing providers, and more, all through an intuitive interface.
Configuration: Customize your default providers and parameter templates for quick access and simplified workflows.
Getting Started
Installation: Search for 'LLM Tools' in the VS Code Extensions Marketplace and install it.
Adding Providers: Use the 'Add Provider' command to set up your first LLM provider.
Create Chats: Start a new chat with your LLM provider to begin your experimentation.
Manage Prompts: Organize your prompts for quick reuse and efficiency.
Commands
To see the full list of commands, you can open the command palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS) and type 'LLM Tools'.
Requirements
Visual Studio Code version 1.74.0 or higher.
Extension Settings
This extension contributes the following settings:
SKChat.defaultProviderId: Sets the default LLM Provider for quick chat.
SKChat.defaultParametersTemplateId: Sets the default Parameter Template for quick chat.