Giter VIP home page Giter VIP logo

robogpt's Introduction

RoboGPT: A simple autonomous GPT-4 runner

Twitter Follow

RoboGPT is a simple and extensible program that helps you run GPT-4 model autonomously. It is designed to be easy to understand, so that anyone can use it and extend it.

The program was inspired by some of my earlier work and Auto-GPT.

License: This project is released under the MIT License.

Simple Demo

A simple demo of RoboGPT.

Features

  • ๐Ÿค– Simple and easy to understand codebase.
  • ๐Ÿ”ง Extensible design for easy contributions.
  • ๐Ÿ”„ Continuous mode for ongoing interaction.
  • ๐Ÿ”ˆ Speech support (optional) for a more engaging user experience.

Planned:

  • ๐Ÿ’ซ Generic parsing and encapsulated action definitions.
  • โš™๏ธ Plug-in system for easy extensibility.

Requirements

  • Python 3.10 or later.
  • OpenAI API key with access to gpt-4 model. At the time of writing, you need to join a waitlist, and OpenAI will give you access when capacity is available.
  • ElevenLabs key (optional for speech).

Setup

  • Install pipenv.
  • Clone this repo and change directory to it.
  • Run pipenv shell to enter the Python virtual environment and pipenv install to install the dependencies.
  • Rename .env.template to .env and fill in your OPENAI_API_KEY, and optionally ELEVEN_LABS_API_KEY (for speech).

Usage

Run python robogpt/main.py to start the program.

Continuous Mode

The program does not run in continuous mode by default. To run it in continuous mode, simply use the command-line flag --continuous.

Speech

On macOS, run pip install PyObjC to install the required dependency for speech.

To enable speech, use the command-line flag --speech.

Sponsor

If you like this project, consider supporting its further development - become a supporter!

Current Sponsors:

Contributing

Contributions to RoboGPT are very welcome! If you'd like to contribute, please follow these guidelines:

  • Submit issues for bugs or feature requests.
  • Create pull requests for proposed changes or new features. Make sure your changes are well-documented and follow the project's code style.
  • Join the community (see below) and participate in discussions to help shape the project's future.

Community

Join RoboGPT Discord server to get help, discuss ideas and collaborate.

To stay up-to-date, follow @RokStrnisa.

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.