Skip to content

PraisonAI User Interface (UI)

Different User Interfaces:

Interface Description URL
UI Multi Agents such as CrewAI or AutoGen https://docs.praison.ai/ui/ui
Chat Chat with 100+ LLMs, single AI Agent https://docs.praison.ai/ui/chat
Code Chat with entire Codebase, single AI Agent https://docs.praison.ai/ui/code

Chainlit```bash

pip install -U "praisonai[ui]" export OPENAI_API_KEY="Enter your API key" chainlit create-secret export CHAINLIT_AUTH_SECRET=xxxxxxxx praisonai ui

or 

```bash
python -m praisonai ui

Default Username: admin Default Password: admin

To Change Username and Password

create .env file in the root folder of the project Add below Variables and required Username/Password

CHAINLIT_USERNAME=admin
CHAINLIT_USERNAME=admin

Gradio

pip install "praisonai[gradio]"
export OPENAI_API_KEY="Enter your API key"
praisonai --ui gradio

Streamlit

git clone https://github.com/leporejoseph/PraisonAi-Streamlit
cd PraisonAi-Streamlit
pip install -r requirements.txt
streamlit run app.py

Using Chainlit (with Pictures)

Run Automatically

Install Required Package

Install Required Package

User Interface

User Interface

Select Auto Mode

Select Auto Mode

Configure Agent Settings

Configure Agent Settings

Define a Task to Auto Generate Agents and Run

Define a Task

Output

Output

Run Manually

Select Manual Mode

Select Manual Mode

Modify Agents and Tools

Modify Agents and Tools

Review Generated Agents

Review Generated Agents

Run Agents

Run Agents

Manual Model Output

Manual Model Output

PraisonAI Call

To use the PraisonAI Call feature: