Giter VIP home page Giter VIP logo

multirole-chatgpt's Introduction

MultiRole-ChatGPT

Static Badge Static Badge

Description

Welcome to the MultiRole-ChatGPT repository! This project is a Python-based orchestration system designed to manage multiple GPT-based AI models with varying roles and intelligence levels. It's built to handle complex queries and make intelligent decisions through a multi-model approach.

Table of Contents

  1. Installation
  2. Configuration
  3. Usage
  4. License

Installation

To get started, you'll need to clone the repository:

git clone [email protected]:patterns-complexity/multirole-chatgpt.git

Then go to the project directory:

cd multirole-chatgpt

Then install the required packages:

pip install -r requirements.txt

Configuration

Provide your OpenAI API Key

  • Rename .env.example to .env.
  • Fill in your OpenAI API Key in .env.
# file: /.env
OPENAI_API_KEY=your_api_key_here

Where to get the API key from?

You can get your OpenAI API Key here:

Warning

In order for this code to work, you need to have access to the following models:

  • gpt-3.5-turbo - available by default at the time of writing this README.
  • gpt-4 - you have to top up your OpenAI account with at least $1 worth of prepaid credits to access this model. Doing it will immediately unlock the gpt-4 model for you.

Usage

To run the project, simply execute the following command:

python ./app.py

You'll be prompted to enter your query. The manager will then communicate with the designated models to provide you with a well-rounded answer.

License

This project is licensed under the MIT License.

multirole-chatgpt's People

Contributors

patterns-complexity avatar sr4001 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.