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

Bard implimentation #16

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on May 16, 2023

  1. Update README.md

    Loose plan for the next few weeks, I may add more changes or remove some depending on how this goes.
    jake354 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    b594cbe View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jake354 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    027a09b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jake354 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    6786f8f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update README.md

    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    c00a9f9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    33c0a2f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    21004dd View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    3bf6adb View commit details
    Browse the repository at this point in the history
  5. Update common_utils.py

    Adds an implementation for Bard API to common_utils.py
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    4ae8691 View commit details
    Browse the repository at this point in the history
  6. Update .env.example

    Add bard api.
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    9fdbcf1 View commit details
    Browse the repository at this point in the history
  7. Update consts.py

    Bard api
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    623166e View commit details
    Browse the repository at this point in the history
  8. Update common_utils.py

    Fixing an error
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    d839850 View commit details
    Browse the repository at this point in the history
  9. Update babyagi.py

    Adds bard_api call, but still needs major improvement for stability.
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    9adf561 View commit details
    Browse the repository at this point in the history
  10. Update one-shots.json

    Fixes an error caused by the zeros when using bard_api_call
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1afce0c View commit details
    Browse the repository at this point in the history
  11. Update babyagi.py

    Fixes an error, adds bard_api_call to self conception.
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    6d04b46 View commit details
    Browse the repository at this point in the history
  12. Update config.json

    Includes bard_api_call to the config, allows it to be disabled.
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    254125d View commit details
    Browse the repository at this point in the history
  13. Update common_utils.py

    A fix that allows bard_api_call to be turned off.
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    314b44a View commit details
    Browse the repository at this point in the history
  14. Update consts.py

    Allows Bard API to be turned off and redirected to Openai_call
    jake354 authored May 17, 2023
    Configuration menu
    Copy the full SHA
    4cdf344 View commit details
    Browse the repository at this point in the history