IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.44k stars 383 forks source link

Formatting & Warning Removal #103

Closed TheManWhoLikesToCode closed 1 year ago

TheManWhoLikesToCode commented 1 year ago

Pull Request Description:

This pull request involves the following changes:

  1. Formatted all models to improve code readability and maintainability.
  2. Added an optional line to remove a warning in AUTOgpt.

To enhance the code's consistency and organization, all models have been reformatted. This improves code readability and makes it easier to understand and maintain.

Additionally, an optional line of code has been added to address a warning in AUTOgpt. The code snippet below demonstrates the changes made:


# [Optional] Set the environment variable Tokenizers_PARALLELISM to false to get rid of the warning
# os.environ["TOKENIZERS_PARALLELISM"] = "false"
IntelligenzaArtificiale commented 1 year ago

Wow, crazy job. thanks. We're doing a lot of work, and your pull request will help a lot of people better understand the code and contribute.

Really great job.

Have you tried the TransformerAgent.py ?