Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unregister commands incompatible with current config. #4815

Merged
merged 6 commits into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. Unregister commands incompatible with config.

    This commit changes the `run_auto_gpt` function in `main.py`
    to unregister commands which are ultimately incompatible
    with the config and would be disabled when the config was injected.
    
    This way, the LLM and only ever sees commands that can run.
    lc0rp committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7bec06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef12e0 View commit details
    Browse the repository at this point in the history
  3. Fix: formatting

    lc0rp committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    87056f0 View commit details
    Browse the repository at this point in the history
  4. Fix: formatting, rewording logs

    lc0rp committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    15a438b View commit details
    Browse the repository at this point in the history
  5. Fix: typos & dict change bug

    lc0rp committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e650b93 View commit details
    Browse the repository at this point in the history
  6. Fix: linting

    lc0rp committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    13165e3 View commit details
    Browse the repository at this point in the history