When I create my own assistant, I want the System Prompt to be hidden and no one to know what I wrote for my robot, like many other robots like the AI Assistant X, and I don’t want it to be copyable. What should I do? If there is a way to make it on hugging face, tell me. If there is a programming way that doesn’t require installing an AI model, tell me, because I want to put it on the site.
I want my own custom System Prompt on All of solutions
If you’re using Spaces on Hugging Face, it’s useful to use Secrets. In short, it’s a group of environment variables that are not disclosed to others, but it has a fairly large capacity.
Some people even put in the entire code.
It’s a piece of cake for the system prompt.
Well How X AI becomes ? It was using qwin .
I have some custom based plugins, where we can install for such features, but this one I guess to hide your custom system prompt and prevent others from seeing or copying it, you can store the prompt on the server instead of sending it to the client.
This is how it generally works.
If you are using Hugging Face, you can do this by keeping the prompt hidden on the backend. Moreover, if are looking for a custom solution, you could set up your own server that handles the prompt securely. It will only sends the necessary information to the user. I have something similar for one of my client, which you can analyze here at https://thebackvault.com. If you are looking for something similar I can assist you in this process with my programming skills. Just leave a reply if you need it.
If you are using Hugging Face, you can do this by keeping the prompt hidden on the backend.
HOW CAN I USE THIS ?