Skip to content

An AutoGPT-like program that uses the free, open source Llama3 instead

License

Notifications You must be signed in to change notification settings

SpyderRex/Auto-Llama

Repository files navigation

AutoLlama

AutoLlama is a lightweight, stripped-down version of AutoGPT, designed to leverage the free Llama3 model through the Groq API. This project is in its earliest stages of development, aiming to foster a community of developers interested in building and contributing to open-source autonomous agents.

Features

  • Llama3 Model Integration: Utilizes the Llama3 model via Groq API, providing a free alternative to other AI models.
  • Lightweight Design: Built to be simple and easy to understand, making it accessible for developers at any level.
  • Open-Source Focus: Aiming to attract contributors to help develop and enhance the project.

Getting Started

Prerequisites

Ensure you have Python installed on your system. You can check by running:

python --version

or

python3 --version

Installation

  1. Clone the Repository:
git clone https://github.com/SpyderRex/Auto-Llama.git
cd Auto-Llama
  1. Install the Requirements: Install the necessary dependencies using pip:
pip install -r requirements.txt

Usage

To run AutoLlama, simply execute the following command in your terminal:

./run.sh

Or, if you wish to run AutoLlama in continuous mode:

./run_continuous

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Spyder Rex - [email protected]

Project Link: https://github.com/SpyderRex/Auto-Llama

Donating

If you wish to donate financially to this project, you can do so here

About

An AutoGPT-like program that uses the free, open source Llama3 instead

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages