File size: 691 Bytes
e066d55 8c49ff5 e066d55 f80dc67 bd72a9e f80dc67 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: Autogen Human Input Demo
emoji: 🚀
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 4.41.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](https://github.com/microsoft/autogen) [SourceCode](https://github.com/thinkall/autogen-demos)
![](autogen-human-input.gif) |