thinkall's picture
Update readme
bd72a9e
|
raw
history blame
690 Bytes
metadata
title: Autogen Human Input Demo
emoji: πŸš€
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 4.2.0
app_file: app.py
pinned: false
license: mit

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

AutoGen SourceCode