Skip to content

Contain useful personas for the Chat AI Community. Feel free to send us pull requests.

License

Notifications You must be signed in to change notification settings

gwdg/chat-ai-personas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat AI Personas Repository

This repository contains JSON files that define various personas for use in Chat AI. Each JSON file includes the system prompt, settings, and conversations, allowing you to easily load a persona into Chat AI with a simple link.

Table of Contents

Introduction

This repository is designed to provide a collection of pre-defined personas that can be used to enhance the conversational capabilities of chat AI applications. Each persona is defined in a JSON file, making it easy to integrate into your chat AI system.

Usage

To use a persona in Chat AI, simply add the link to the JSON file in the import parameter of the URL. Here's an example:

https://chat-ai.academiccloud.de/chat?import=https://raw.githubusercontent.com/gwdg/chat-ai-personas/refs/heads/main/examples/assistant.json

File Structure

The repository is organized as follows:

chat-ai-personas/
├── examples/
│   ├── assistant.json
│   └── ...
├── research/
│   └── ...
├── translation/
│   └── de_en.json
│   └── en_de.json
├── README.md
└── LICENSE
  • examples/: Contains examples of persona JSON files.
  • research/: Contains personas that are useful in research.
  • translation/: Contains personas that are optimized for text translation.
  • README.md: This file.
  • LICENSE: The license for this repository.

Contributing

Contributions are welcome! If you have a new persona you'd like to add, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/new-persona).
  3. Add your JSON file to the corresponding directory.
  4. Commit your changes (git commit -m 'Add new persona').
  5. Push to the branch (git push origin feature/new-persona).
  6. Open a Pull Request.

Please ensure your JSON files follow the structure outlined in the existing files.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.


Thank you for using the Chat AI Personas repository! If you have any questions or need further assistance, please feel free to open an issue or contact the repository maintainers.

About

Contain useful personas for the Chat AI Community. Feel free to send us pull requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published