GithubHelp home page GithubHelp logo

lgs / autogen-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antoineross/autogen-ui

0.0 1.0 0.0 8 KB

This is a User Interface built for Autogen using ChainLit.

License: Apache License 2.0

Python 100.00%

autogen-ui's Introduction

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.

autogen-ui's People

Contributors

antoineross avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.