Skip to content

Latest commit

 

History

History

AutoGen_HumanInput_Gradio4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Microsoft AutoGen: Multi-Round Human Interaction Chatbot Demo

This demo shows how to build a chatbot which can handle multi-round conversations with human interactions.

Run app

# Install dependencies
pip install -U -r requirements.txt

# Launch app
python app.py

Run docker locally

docker build -t autogen/groupchat .
docker run -it autogen/groupchat -p 7860:7860