Key Highlights
Customizable AI Interaction: Control every aspect of your LLM prompts and tailor interactions to fit your workflow.
Multi-Platform Support: Works effortlessly across Windows, macOS, and Linux, ensuring versatility for all users.
Clipboard Conqueror with Novita AI LLM API Key: Unlock Clipboard Conqueror’s full potential by using it with your Novita AI API Key, gaining access to a range of advanced AI models directly from your clipboard.
Efficiency Boost: Streamline text management, automate repetitive tasks, and enhance content creation for improved productivity.
Ideal for Diverse Users: Designed for developers, writers, students, and AI explorers, making it accessible to everyone.
Introduction
Are you tired of the endless copy-paste chaos that eats away at your creativity and productivity? Meet Clipboard Conqueror, your new best friend in the digital workspace! This powerful tool acts as a universal copilot, giving you easy access to advanced AI models through Novita AI without the fuss of sign-ins or complex setups. In this article, we’ll explore how Clipboard Conqueror can revolutionize your workflow and enhance your productivity — making every paste count!
What is Clipboard Conqueror?
Clipboard Conqueror is a powerful copy-paste interface for Large Language Models, acting as your personal universal copilot. It works seamlessly anywhere — no sign-ins or keys required. CC lets you tap into advanced AI models to boost both productivity and creativity, with nearly everything customizable.
To use, just copy three pipes “|||” followed by a question or command, and Clipboard Conqueror will generate a response directly into your clipboard, ready to paste into any text field.
Key Features
Summon text exactly where you need it.
Control Every Part of LLM Prompts: Manage and customize your AI interactions without leaving your workspace.
Quickly Prototype Prompts: Easily test and refine prompts for production deployment.
Locally Run Models: Keep data secure with locally run models that don’t report any metrics.
Supports Multiple Inference Endpoints: Integrate seamlessly with your preferred inference engines.
No-Code Multi-Hop Inference: Create powerful multi-step inference workflows for better results.
Cross-Platform Compatibility: Clipboard Conqueror works smoothly on Windows, macOS, and Linux.
OpenAI Compatible: No need for local engines — works with ChatGPT API and other internet sources.
Clipboard Conqueror comes with a set of predefined assistants, ready to help, whether drafting, translating, reviewing, or even telling jokes.
How to Learn More About Clipboard Conqueror?
The upcoming videos will provide you with a deeper understanding of Clipboard Conqueror. Feel free to click to watch if you’re interested.
Quick Start Jam, Reccomended:
Using Clipboard Conqueror to mutate content, and Installation:
Here you can find more detailed installation documentation. Feel free to click to view it if you need further information.
How Can Clipboard Conqueror Boost Your Productivity?
ClipboardConqueror offers practical applications for enhancing productivity and streamlining workflows, especially for those handling large volumes of copied or transferred data. Some key use cases include:
Text Management: Perfect for writers, researchers, and developers to store and organize multiple text snippets efficiently.
Code Snippets: Developers can save and reuse frequent code snippets, reducing search time.
Data Entry: Automates repetitive form filling, minimizing errors.
Content Creation: Helps content creators gather research and quotes easily.
Design Workflows: Manages copied images and text for seamless project assembly.
Customer Support: Stores prewritten responses for faster replies.
ClipboardConqueror ultimately saves time and boosts efficiency for any copy-paste-heavy task.
Who is Clipboard Conqueror For?
Clipboard Conqueror caters to a diverse range of users:
Developers
Elevate your coding experience with smart, AI-powered support.
Writers
Get AI assistance for idea generation, drafting, and content creation.
Students
Leverage AI for research, essay writing, and study support.
Explorers
Perfect for those who love exploring AI tools and integrating them into everyday tasks.
How to Use Clipboard Conqueror on Novita AI LLMs with Your API Key?
Step1: How to install Clipboard Conqueror?
Installation Instructions:
Install Node.js
Choose an Inference Server
Download a Model: Recommend using Llama 3 GGUFs.
Run and Test Your Backend
For detailed installation instructions, click here if you need them.
Install Dependancies:
Windows: Run
z-installCC.bat
.Linux: Run
xy-linux-mac-install.sh
.Mac: Run
xy-linux-mac-install.sh
.CLI: Run
npm install
from the Clipboard Conqueror directory.
Running Clipboard Conqueror:
Windows: Execute
z-runCC.bat
orz-runCCnodeMon.bat
.Linux: Execute
y-linux-start-no-nodemon.sh
ory-linux-start-nodemon.sh
.Mac: Execute
x-mac-start-no-nodemon.sh
orx-mac-start-nodemon.sh
.CLI: Run
npm win
,npm linuxnomon
, ornpm macnomon
from the Clipboard Conqueror directory.
Step2:Choosing A Model: Model Reccomendations
After installing Clipboard Conqueror, it’s crucial to choose the right model to enhance its functionality.
Most of the links below point to OpenHermes 2.5 Mistral 7B. However, it is found that Llama 3 Instruct 8B is more dynamic and lively. Users also enjoyed using Llama 3 8B Hermes 2 Theta, Hermes 2 Pro, and SFR.
Token Speed:
Fast: 20+ tokens/sec
Medium: ~10 tokens/sec
Slow: <2 tokens/sec
In general, lower values on this chart indicate better performance. While partial offloading to video RAM is possible, it may slow things down.
Step3: Clipboard Conqueror — General Use
The Clipboard Conqueror format is highly configurable but consistently follows this structure:
text before(invocation"|||") system prompts and commands (optional split "|") quick system prompt (optional split "|") user prompt text (optional assistant dictation "~~~") start of assistant response (optional close assistant response "~~~") continue user text
Text Before: Any text placed before the invocation will be moved to the end of the user query or the beginning of the assistant’s response if the “~~~” is not closed.
Usage of “~~~”: This is only supported on completion endpoints, but it’s always available. Using “~~~” with a chat API may result in issues, causing the text that follows to disappear.
To avoid confusion with “||” OR operators or loose pipes, send a second pipe “|” at the end.
CC works online via Novita AI when you input your API key into the appropriate endpoints in the setup.js file. This integration enables you to leverage the full power of both Clipboard Conqueror and Novita AI, streamlining your workflow and enhancing productivity. To get started with building robust language processing applications using the API on Novita AI, follow these steps carefully.
novita:{//||novita|
type: "completion",
jsonSystem: "none",
url : "https://api.novita.ai/v3/openai/chat/completions",
params: "novita",
//templateStringKey: "jinja",
format: "mistral",
authHeader: "Authorization",
authHeaderSecondary: "Bearer ",
key: "Your-Novita-Key-Here",
model: "microsoft/wizardlm-2-8x22b",//I think this one is overwritten by params.model still, to preseve hot swap capability.
//basePrompt: "",//I don't think I use this. //Todo: figure out if I use this.
outpoint: {//choices[0].text choices is one, [sends a number], text is the end.
outpointPathSteps: 3,//key for a switch case
one: "choices",
two: 0,
three: "text",
//four: "content"
},
Step 4: Visit Novita AI and Log In
You can log in with your Google or GitHub account, which will create a new account on your first login. Alternatively, you can sign up with your email address.
Step 5: Navigate to the Dashboard
On Novita AI, go to the Dashboard tab to access your API key. You can also create a new key if needed.
Step 6: Retrieve Your API Key
Once you’re on the Manage Keys page, simply click “Copy” to quickly access your key.
Step 7: Top Up Credit
Novita AI offers new users a voucher with some credit to try our products. To add more credit, please visit Billing and Payments and follow the guide on Payment Methods.
Step 8: Explore API and Model Options
Visit the LLM API reference section to explore the available “APIs” and “Models” provided by Novita AI.
Step 9: Select the Ideal Model
Choose the model that fits your needs, then set up your development environment.
Get started now! Use Clipboard Conqueror with your API Key on Novita AI to optimize your clipboard functionality. By combining these two tools, you’ll tackle tasks more efficiently, whether you’re drafting documents, coding, or managing research.
Frequently Asked Questions
Is Clipboard Conqueror suitable for non-coders?
Yes, Clipboard Conqueror is suitable for non-coders, enabling users to leverage AI and ChatGPT in any text field, including 3D games, without coding skills.
Does Clipboard Conqueror require an internet connection to function?
Clipboard Conqueror doesn’t require an internet connection, as it functions through the operating system’s copy-paste features.
What operating systems and applications is Clipboard Conqueror compatible with?
Clipboard Conqueror is compatible with operating systems and applications that support copy-paste, making it versatile for use across various software environments.
What is the privacy policy of Clipboard Conqueror?
The privacy policy for Clipboard Conqueror isn’t readily available, so it’s important to review it to understand how data is handled and protected.
Useful Links and Resources
Conclusion
In summary, Clipboard Conqueror is more than just a copy-paste tool; it’s your gateway to smarter, more efficient work. By using Clipboard Conqueror on Novita AI with your API Key, you can unlock a treasure trove of capabilities that streamline your tasks, whether you’re drafting content, coding, or managing data. With practical applications across various fields, Clipboard Conqueror saves you time and boosts your efficiency. So, why wait? Dive in, explore the provided resources, and transform your productivity today!
Originally published at Novita AI
Novita AI is the All-in-one cloud platform that empowers your AI ambitions. Integrated APIs, serverless, GPU Instance — the cost-effective tools you need. Eliminate infrastructure, start free, and make your AI vision a reality.