newwww / README.md
thinkall's picture
Init for hf
f80dc67
|
raw
history blame
689 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

GitHub SourceCode