TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AIConfig Extension for VS Code

101 pointsby cybereporterabout 1 year ago

5 comments

dumbo-octopusabout 1 year ago
Alternative extension to do something similar, but using VSCode&#x27;s native notebooks: <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=jaaxxx.llm-book" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=jaaxxx.l...</a>. It&#x27;s more tailored to crafting long-form few-shot prompts, rather than a single text box. Think ChatGPT playground but with a text editor interface that isn&#x27;t absolutely terrible.<p>Nice part about that one is no separate server, no telemetry, and the backing file format is simple JSON you can directly import from your production application. However the range of supported models is smaller (basically only LLaMa-style and OpenAI-style interfaces are supported).
bongodongobobabout 1 year ago
I don&#x27;t understand what the use case is here at all. It saves prompt parameters as JSON? Is that it?
评论 #39644531 未加载
评论 #39644136 未加载
评论 #39643542 未加载
评论 #39644435 未加载
评论 #39643628 未加载
评论 #39643536 未加载
huacabout 1 year ago
VSCode is a good target for single-player editing, and I can see something like this being helpful, but what does a collaborative experience look like, eg if you have a team of folks all working on the same prompts?
评论 #39643562 未加载
评论 #39643739 未加载
评论 #39645652 未加载
awildjiaabout 1 year ago
So I guess the idea is that you do your experimenting and iteration with this, then plug the config into your app?
评论 #39644086 未加载
sa-codeabout 1 year ago
It contains telemetry but it&#x27;s not clear whether it collects your prompts or not
评论 #39645450 未加载