Replies: 1 comment
-
|
I have asked, but not yet tested/implemented it. basically, the python script itself: This CopyQ command script creates a graphical user interface (GUI) for interacting with a language model API using clipboard content. Here's what it does:
This script effectively turns CopyQ into an interface for easily sending clipboard content to a language model, with the ability to add custom prompts and control their placement. It's designed to streamline the process of using AI language models within a user's regular clipboard workflow. and claude 3.5 say use this way with CopyQ:
Remember to replace the placeholder API URL and key in the script with your actual language model API details before using. i put the code here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is an organized version of your forum post:
Title: Do you think a layman can modify CopyQ into a multi-LLM AI assistant?
Post:
Hi everyone,
I'm quite tired of the constant copying and pasting in my workflow (which is primarily why I've used CopyQ). Recently, I've seen some people use Cursor AI IDE as a file reader, especially for markdown (.md) documents, and they're using it to read Obsidian's markdown files directly.
However, I use MindManager, where the maps are saved as .mmap files. These files are essentially zipped XML plus graphics, making it likely challenging for Cursor (even with plugins) to handle. Instead of relying on indirect methods, I want to integrate LLMs directly with MindManager.
While exploring options, I realized that I might be able to achieve this through a clipboard manager. Specifically, CopyQ could be useful since all my workflow is effectively just copy, paste, and repeat.
I’ve read that CopyQ is built with C++ for Windows and Linux and it supports the Action command. According to ChatGPT, this Action command can potentially be modified to use Python scripts. This means I could grab the clipboard or a specific message, send it to the ChatGPT API (I plan to use an unofficial API, not just due to cost, but also for memory retention), and then have the results returned to the clipboard manager and pasted.
This could even extend to handling images, files, etc., making it quite versatile.
Do you think this approach could work well? Are there any suggestions or comments on how feasible this might be for a non-expert like myself?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions