Personas
Chat AI supports loading preset personas from configurations in the form of JSON files. Each JSON file includes the system prompt, settings, and conversations, allowing you to easily load a persona into Chat AI. While these files can be imported using the import function, Chat AI also supports directly importing public JSON files from the web, by specifying it in the URL.
Using Chat AI Personas
We provide some recommended personas in our Chat AI Personas GitHub repository.
You can create a link to Chat AI with the desired persona from the publicly-available preset personas in Chat AI. To do this, simply add the URL of the JSON file in the import parameter of the URL:
https://chat-ai.academiccloud.de/chat?import=<json_url>
Replace <json_url>
with the URL to the JSON file.
Here are some examples:
- Assistant Persona: useful for general-purpose queries
- German to English Translation: translates given German text to English without commentary
- English to German Translation: translates given English text to German without commentary
Note that by clicking on these links the persona’s configuration, i.e., system prompt, model, and other settings will be loaded.
For more information, including all of our recommended personas and the possibility to possibly contribute some of your own, please visit our Chat AI Personas GitHub repository.