Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pcliu/Autogen-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Autogen-UI

This is a User Interface built for Autogen using ChainLit.

Installation and Setup

First install python=3.11 and other 3rd party dependencies. If you have conda installed, you can run the following commands:

conda create --name demo python=3.11 -y
conda activate demo
pip install -r requirements.txt

If you do not have conda installed but have virtualenv installed, you can run the following commands:

pip install virtualenv
virtualenv demo -p python3.
# on windows
demo\Scripts\activate
# on mac/linux
source demo/bin/activate
pip install -r requirements.txt

After installing the requirements:

  1. Visit https://platform.openai.com/account/api-keys and create an API key.
  2. Create a file called .env in the root directory of this project.
  3. Add your API key to the .env file, with similar format to the .env.example file.
  4. Add your API key to the 'OAI_CONFIG_LIST' file in the root directory of this project.

Usage

Run the following command to start the chat interface.

chainlit run app.py

File Structure

This is an example of using the chainlit chat interface with multi-agent conversation between agents to complete a tasks.

The tool was developed to grab data online and then process it to easily digestible human language.

app.py - Is an implementation of the groupchats of AutoGen.

About

This is a User Interface built for Autogen using ChainLit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%

AltStyle によって変換されたページ (->オリジナル) /