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

OpenAI Functions Support #4683

Merged
merged 15 commits into from
Jun 22, 2023
Merged

Commits on Jun 21, 2023

  1. Implement openai functions feature flag

    Signed-off-by: Merwane Hamadi <[email protected]>
    erik-megarad authored and waynehamadi committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    547065d View commit details
    Browse the repository at this point in the history
  2. Update autogpt/models/command_function.py

    Co-authored-by: Reinier van der Leer <[email protected]>
    waynehamadi and Pwuts committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fb6c967 View commit details
    Browse the repository at this point in the history
  3. Update autogpt/json_utils/utilities.py

    Co-authored-by: Reinier van der Leer <[email protected]>
    waynehamadi and Pwuts committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3bbdd3f View commit details
    Browse the repository at this point in the history
  4. Cleanup OpenAI functions implementation

    Signed-off-by: Merwane Hamadi <[email protected]>
    waynehamadi committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d763723 View commit details
    Browse the repository at this point in the history
  5. Update json to dict in docstrings

    Co-authored-by: Reinier van der Leer <[email protected]>
    waynehamadi and Pwuts committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7eb696d View commit details
    Browse the repository at this point in the history
  6. update docstrings of get_openai_command_specs

    Co-authored-by: Reinier van der Leer <[email protected]>
    waynehamadi and Pwuts committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b4f2077 View commit details
    Browse the repository at this point in the history
  7. Implement complete data types

    Signed-off-by: Merwane Hamadi <[email protected]>
    waynehamadi committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0c39937 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Improve types in command system

    Pwuts committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f24108e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d13815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2cd88e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b10a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76ace7 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Pwuts committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6f8a0d3 View commit details
    Browse the repository at this point in the history
  7. Fix linting

    Pwuts committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ce10169 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    755c5b9 View commit details
    Browse the repository at this point in the history