VS Code Extension
LLS OAI - OpenAPI Compatible Provider for Copilot
A VS Code extension that integrates multiple OpenAI-compatible API providers into GitHub Copilot Chat.
Key Features:
- đ Multi-Provider Support - Add and manage multiple OpenAI-compatible API providers
- đ Secure Key Storage - API keys stored using VS Code's secure storage
- đ¨ Beautiful Configuration UI - User-friendly Webview interface for provider management
- đĻ No Extension Settings - All configuration through intuitive UI, no need to modify settings.json
- đ Copilot Integration - Seamless integration with GitHub Copilot Chat
- đ¤ Import/Export - Backup and restore configuration
System Requirements:
- VS Code 1.104.0 or higher
- GitHub Copilot Chat extension
Quick Start:
Tip: Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the command palette.
- Search for LLS OAI in the Visual Studio Code Marketplace
- Click on "LLS OAI" in the status bar or use the command palette: `LLS OAI: Manage Providers`
- Click "Add Provider" to configure your first provider
- Fill in provider name, Base URL, API Key, and model configuration
- Save and start using in Copilot Chat
Provider Configuration:
Each provider requires a name, Base URL, API Key, and model list (including model ID, display name, context length, max tokens, temperature, and Top-P settings).
Commands:
- `LLS OAI: Manage Providers` - Open provider management UI
- `LLS OAI: Open Configuration UI` - Open configuration panel
Import/Export:
You can backup and restore provider configuration. API keys are not included in exports, so you'll need to re-enter them after import.