The TeamAI application allows the user to create a team of OpenAI powered bots with individual capabilities, personas. The bots will solve the task requested by the user as a team effort, each bot contributing with its respective capabilities.
The application is based on tauri-app-boilerplate and uses Tauri, Vue 3, Quasar, and Vite.
- OpenAI API parameter settings
- Conversations using OpenAI chat completion API
- Conversation history
- Generate images using DALL·E
- Personas with specific bahaviour and competence
- Import Awesome Chat GPT prompts to use as personas
- Teams of personas to solve a specific objective
- Message actions (copy, share, delete, etc.)
- Speech synthesis using Web Speech API
- Avatars
- Templates
The application has a basic and an advanced mode, toggled in the application settings.
In basic mode, the user receives responses from the default persona. The user cannot select another persona, in fact, the concept of personas is not available in the UI. The user can try to influence the GPT bot to behave in a desired way by describing it in the user input.
In advanced mode, the user has the option to create personas and select one or several to be included in the conversation. When several personas are selected, each will provide a response to the question asked by the user. During the course of the conversation, the user can activate team work. This will lead to the user's question only being sent to the first persona, and the next getting the response from the first as question, and so on.
Contributions, issues and feature requests are welcome!
- Clone the repo or download the zip-archive and unpack it.
- Install prerequisites for developing Tauri apps
- Run
yarn tauri dev
to launch the app.
- VS Code + Volar + Tauri + rust-analyzer
See CHANGELOG.md.
This project is MIT licensed.