newwww / README.md
lou2191's picture
Update README.md
8c49ff5 verified
|
raw
history blame contribute delete
No virus
691 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
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 SourceCode