Home

Awesome

Clipboard Conqueror: Your Personal AI Copilot

Welcome to Clipboard Conqueror, a powerful tool that brings the power of Artificial Intelligence to your fingertips. Whether you're a developer, writer, student, or just someone who loves to explore, Clipboard Conqueror is here to help.

Clipboard Conqueror Logo

Install, Choosing a Model, Basic Use, Prompt Reference, Prompt Formatting, API Switching, Chaining Inference, Setup.js

What is Clipboard Conqueror?

Clipboard Conqueror is a copy paste Large Language Model interface that works as a personal universal copilot. It simply works anywhere. No need to sign in, no required keys. CC allows you to leverage cutting-edge Artificial Intelligence models to enhance your productivity and creativity. Almost everything is configurable.

With Clipboard Conqueror, you can simply copy three pipes "|||" and a question or command, and it will generate a response into the clipboard that you can paste directly into any text field.

Clipboard Conqueror works out of the box with

These local inference servers are generally considered secure and reliable, and can be invoked simply like "|||ollama|" or "|||tgw|". They do not require an internet connection or any sensitive data to be sent on the network. Clipboard Conqeror is very configurable and should be compatibe with any inference server.

CC works online via:

Put your key into the appropriate endpoint.key in setup.js.

Key Features

Summon any text right where you need it.

Getting Started

  1. Installing Clipboard Conqueror
  2. Choosing a Model
  3. Basic Use
  4. Prompt Reference
  5. Prompt Formatting
  6. API Switching
  7. Chain of Inference
  8. Setup.js

Privacy Policy

Clipboard Conqueror does not collect any metrics or send any data behind the scenes. When used with local LLMs, no data leaves the local machine. When used with online APIs, please refer to the privacy policy of your chosen host.

Additional Resources

Videos

Quick Start Jam, Reccomended:

YouTube Video

Quick demo:

YouTube Video

Using Clipboard Conqueror to mutate content, and Installation:

Youtube Video

Support the Developer, Please!

I would very much appreciate a donation and am open to prompt engineering consultation on Fridays. Send me an email if I can help you in any way.

or coin:

If CC really gets rolling and meets my financial needs, I will host a dedicated cluster of my own to ensure free LLM access for anyone on secure and transparent terms with any excess.

Contact

For bug reports, feature requests, or any other inquiries, please contact me at clipboard.aseichter2007@gmail.com or open an issue on GitHub.

If you have a good idea for adding a proper gui to CC, fork it and show me how it's done. I'd like to avoid a heavy web framework.

Acknowlegements

I'd like to give a special thank you to the creators of KoboldAi, KoboldCPP, Meta, ClosedAi, and the communities that made all this possible to figure out.

Star History

Star History Chart

Large Language Models:

Every LLM is a little different, it takes some time to get used to how each model should be talked to for the best results.

LLMs are powerful tools but it's important to understand how they work. The input text is vectorized and put through matrix multiplications and a big complex vector is built up. Then each word is added to that vector as it is chosen in turn one at a time, with some randomity to get better speech flavor, until the next probable token is a stop token or max length is exceeded.

In an LLM every word is a cloud of numbers that represent how that token relates to other words, concepts or phrase structures. By turning words into numbers, we can then beat them with math and determine which numbers probably are appropriate to go next.

It doesn't really reason, it doesn't really think, it amplifies patterns and guesses using probabilities and random, each next word chosen with such accuracy and literate complexity that kind of functionally it simulates having thought. An important note: LLMs return a list of probable tokens and their probability, and after the LLM has done the math, one word is selected by user set rules from the returned set.

LLM models don't make the choice, sampling happens after they do the magic, and then the machine is asked for the next tokens to choose from, ev-ery -to-ke-n - however the words are sliced.

It's weird, but they have no state, it's data-crunch-out every word in turn, no real consideration.

Use them effectively within their limits to succeed in 2024.

You can go find the right data and paste the text at an LLM and it can use that data, but no LLM should be trusted implicitly, just as a first resort, right here aboard the Clipboard Conqueror.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

Please use Clipboard Conqueror responsibly and respect copyright and laws in your country while generating content. Misuse of this tool might lead to unintended consequences and breaches of privacy or intellectual property rights. I hold no responsibility for the data that passes through this tool on any system.

Install, Choosing a Model, Basic Use, Prompt Reference, Prompt Formatting, API Switching, Chaining Inference, Setup.js

I solemnly promise that this application and at least one compatible backend will function in the absence of internet connectivity. One of my design inspirations for this application is to spread LLM models to as many computers as possible. I want to ensure at least one intact system is recovered by future archaeologists, a time capsule of culture, science, and data. We should be sending intelligent boxes to deep space too. Our knowledge and posterity must not go to waste.