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.

Show HN: Non application specific, desktop wide LLM Copilot

2 pointsby haecceityalmost 2 years ago
Hello HN. I thought it would be cool to have something like Github Copilot that works in any application.<p>So I made this thing where you can select the text you&#x27;re typing (in any application) and press a shortcut key (Ctrl + . by default, not configurable yet) to include the selection into a prompt, send to an LLM (right now it&#x27;s only OpenAI), and possibly insert the response back into the application you were in.<p>Also the same interface can be used to query indexed documents. Eventually I would have it watch a directory for changes so any documents added there are indexed automatically but right now indexing has to be done in settings screen.<p>I would appreciate your thoughts! You can test with your own OpenAI api key or you can register a test account and use my api key.

1 comment

hishamkalmost 2 years ago
This looks real neat.