-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat participant API · Issue #199908 · microsoft/vscode #677
Comments
Related issues#676: language-model.md - vscode-docs [GitHub] - Visual Studio Code - GitHub### DetailsSimilarity score: 0.88 - [ ] [language-model.md - vscode-docs [GitHub] - Visual Studio Code - GitHub](https://vscode.dev/github/microsoft/vscode-docs/blob/main/api/extension-guides/language-model.md)language-model.md - vscode-docs [GitHub] - Visual Studio Code - GitHubDESCRIPTION:DO NOT TOUCH — Managed by doc writerContentId: 9bdc3d4e-e6ba-43d3-bd09-2e127cb63ce7 Summarize the whole topic in less than 300 characters for SEO purposeMetaDescription: A guide to adding AI-powered features to a VS Code extension by using language models and natural language understanding.Language Model API
Related contentURL: language-model.md Suggested labels{'label-name': 'VSCode-Extension-Guide', 'label-description': 'Content related to creating VS Code extensions with language models.', 'gh-repo': 'microsoft/vscode-docs', 'confidence': 62.54}#418: openchat/openchat-3.5-1210 · Hugging Face### DetailsSimilarity score: 0.86 - [ ] [openchat/openchat-3.5-1210 · Hugging Face](https://huggingface.co/openchat/openchat-3.5-1210#conversation-templates)Using the OpenChat ModelWe highly recommend installing the OpenChat package and using the OpenChat OpenAI-compatible API server for an optimal experience. The server is optimized for high-throughput deployment using vLLM and can run on a consumer GPU with 24GB RAM.
Online DeploymentIf you want to deploy the server as an online service, use the following options:
For security purposes, we recommend using an HTTPS gateway in front of the server. Mathematical Reasoning ModeThe OpenChat model also supports mathematical reasoning mode. To use this mode, include
Conversation TemplatesWe provide several pre-built conversation templates to help you get started.
Suggested labels{ "label": "chat-templates", "description": "Pre-defined conversation structures for specific modes of interaction." }#632: OpenRouter: Assistant Prefill supports asking models to complete a partial response.### DetailsSimilarity score: 0.84 - [ ] [Docs | OpenRouter](https://openrouter.ai/docs#responses)Docs | OpenRouterDESCRIPTION: "Assistant Prefill: OpenRouter supports asking models to complete a partial response. This can be useful for guiding models to respond in a certain way. fetch("https://openrouter.ai/api/v1/chat/completions", {
method: "POST",
headers: {
"Authorization": `Bearer ${OPENROUTER_API_KEY}`,
"HTTP-Referer": `${YOUR_SITE_URL}`, // Optional, for including your app on openrouter.ai rankings.
"X-Title": `${YOUR_SITE_NAME}`, // Optional. Shows in rankings on openrouter.ai.
"Content-Type": "application/json"
},
body: JSON.stringify({
"messages": [
{"role": "user", "content": "Who are you?"},
{"role": "assistant", "content": "I'm not sure, but my best guess is"},
],
})
}); Suggested labels{'label-name': 'Chatbot-API', 'label-description': 'API documentation for interacting with chatbots on OpenRouter.', 'gh-repo': 'AI-Chatbots', 'confidence': 65.43}#656: ChatCraft - open-source web companion for coding with LLMs.### DetailsSimilarity score: 0.84 - [ ] [New Chat - ChatCraft](https://chatcraft.org/c/zIpIpIKuJ8E3S8jlMsJTO)New Chat - ChatCraftDESCRIPTION: We think ChatCraft is the best platform for learning, experimenting, and getting creative with code. Here's a few of the reasons why we think you'll agree:
Learn more about ChatCraft on GitHub Quick Start Instructions
Suggested labels#122: Timeout issue with AutoExpertV6 · Issue #88 · spdustin/ChatGPT-AutoExpert### DetailsSimilarity score: 0.83 - [ ] [Timeout issue with AutoExpertV6 · Issue #88 · spdustin/ChatGPT-AutoExpert](https://github.com/spdustin/ChatGPT-AutoExpert/issues/88#user-content-fnref-1-ef146207cdb1f9c774ad0c13dbdc8219)Quote
When the response is interrupted due to an error (e.g., {network error}), refresh the page in your browser1 – do not regenerate the response. I'm paranoid about losing chat context, so before I refresh the page, I copy the response that was interrupted and paste it into an editor (I use MarkText and Obsidian). That way, if the response isn't there after refreshing the page, I can provide the response to AutoExpert and ask it to continue where it left off. ↩
#305: Home - LibreChat### DetailsSimilarity score: 0.82 - [ ] [Home - LibreChat](https://docs.librechat.ai/index.html)Table of contents LibreChat 🪶 Features 🖥️ UI matching ChatGPT, including Dark mode, Streaming, and 11-2023 updates LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT. Celebrating the original styling, LibreChat gives you the ability to integrate multiple AI models. It also integrates and enhances original client features such as conversation and message search, prompt templates and plugins. With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use free or pay-per-call APIs. We welcome contributions, cloning, and forking to enhance the capabilities of this advanced chatbot platform. Suggested labels"ai-platform" |
Chat participant API · Issue #199908 · microsoft/vscode
Description:
Extension authors can subscribe to this issue to get updates about the proposed chat agent API. There may still be breaking changes coming, and I will post here whenever a breaking change is made.
I'm also interested in feedback about how you might use this API.
Current TODOs:
URL: microsoft/vscode
Suggested labels
{'label-name': 'Chat-API', 'label-description': 'Discussion and implementation of a chat participant API', 'confidence': 70.76}
The text was updated successfully, but these errors were encountered: