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

Chatgpt4j AGI 74 #287

Draft
wants to merge 89 commits into
base: babybeeagi
Choose a base branch
from
Draft

Chatgpt4j AGI 74 #287

wants to merge 89 commits into from

Commits on Apr 22, 2023

  1. Update inspired-projects.md

    Josh-XT committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    4a8e5e7 View commit details
    Browse the repository at this point in the history
  2. Update inspired-projects.md

    Josh-XT committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    12bbb04 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    2ff1dc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Stub setup instructions

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f961434 View commit details
    Browse the repository at this point in the history
  2. Add dependency to client

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d3a54f2 View commit details
    Browse the repository at this point in the history
  3. Add weaviate env vars

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7896c7e View commit details
    Browse the repository at this point in the history
  4. Implement weaviate storage

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0e67a46 View commit details
    Browse the repository at this point in the history
  5. Use env to trigger weaviate storage use

    Check for weaviate first becuase chroma fails if the table name begins
    capital letters
    
    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    79f5471 View commit details
    Browse the repository at this point in the history
  6. Refactor results storage init logic

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c7316e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Add support for embedded weaviate

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a7ada25 View commit details
    Browse the repository at this point in the history
  2. Update README

    Signed-off-by: hsm207 <[email protected]>
    hsm207 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ecd66e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d55504f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    d78ec4f View commit details
    Browse the repository at this point in the history
  2. Update weaviate.md

    zainhas committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d95910b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. added general vector db image

    zainhas committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e27b65a View commit details
    Browse the repository at this point in the history
  2. Update weaviate.md

    zainhas committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4e1e858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e0b86f View commit details
    Browse the repository at this point in the history
  4. Fix for silent llama

    Fix for prioritization agent deleting priority list when returning empty output. Prompt engineering and parameter improvements to reduce number of empty responses from llama models. More debug output.
    dibrale committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    dc7c3b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db4f1f6 View commit details
    Browse the repository at this point in the history
  6. Fixed typo

    TungusSs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c37d129 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Fix newline before full-stop in prompt.

    Minor formatting issue fix.
    atharvashukla committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    c4c36f4 View commit details
    Browse the repository at this point in the history
  2. Update Readme.

    Changed "Python script" to "Node script"
    atharvashukla committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    36c6391 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. load environment variables before loading openai module (and support …

    …OPENAI_API_BASE)
    
    OPENAI_API_BASE is a standard environment variable which the openai module will use when it loads. The OPENAI_API_BASE lets you redirect the API to a compatible service. I have such an API in a pull request for oobabooga/text-generation-webui over here: oobabooga/text-generation-webui#1475. With this small change the babyagi code will work unchanged with that.
    matatonic committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    fc9df2b View commit details
    Browse the repository at this point in the history
  2. Create BabyBeeAGI

    An modified version of BabyAGI with both benefits and downsides. Try it out, what should we pull in? What ideas does this spark?"
    yoheinakajima committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    e92e62c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4617233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5f5b9c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request #284 from matatonic/patch-1

    load env before loading openai, support OPENAI_API_BASE
    francip committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a4a820b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from elliottburris/patch-1

    Fixing small typo in BabyBeeAGI
    francip committed May 1, 2023
    Configuration menu
    Copy the full SHA
    25906ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #282 from Permissioned-AI/main

    Fixing minor formatting issue in prompt + typo in Readme
    francip committed May 1, 2023
    Configuration menu
    Copy the full SHA
    337c198 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #286 from sathyarajv/patch-1

    Add Sharpagi to inspired-projects
    francip committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ff617bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #280 from TungusSs/translation-ru

    Updated translations in README.md
    francip committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e092b9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #254 from hsm207/weaviate

    Add support for weaviate
    francip committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a3902c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7faedc4 View commit details
    Browse the repository at this point in the history
  8. Revert prompt changes

    At the request of the maintainer
    dibrale committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e3d0f47 View commit details
    Browse the repository at this point in the history
  9. Further prompt changes

    Prompt changes from silent llama fix submitted as a separate PR, at the request of the maintainer.
    dibrale committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1e1cd48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d434357 View commit details
    Browse the repository at this point in the history
  11. Update babyagi.py

    Fixed error caused by incorrect line wrapping in IDE.
    dibrale committed May 1, 2023
    Configuration menu
    Copy the full SHA
    65512f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d5d764 View commit details
    Browse the repository at this point in the history
  13. Create README.md

    fschieber88 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    b8f41f9 View commit details
    Browse the repository at this point in the history
  14. Update .gitignore

    fschieber88 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bd61ad4 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    fschieber88 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3061d0f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. README weaviate instructions

    zainhas committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7a8981c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befd22f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Added an image
    jheitzeb committed May 2, 2023
    Configuration menu
    Copy the full SHA
    36f035b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    remove link to company
    jheitzeb committed May 2, 2023
    Configuration menu
    Copy the full SHA
    39d53c2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. get os name

    fschieber88 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4d50022 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fschieber88 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7c11ada View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Change command to it's original

    code snippets should not be translated.
    xgame92 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a7f3416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74ef96 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Bump llama-cpp-python

    matthoffner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    dae7239 View commit details
    Browse the repository at this point in the history
  2. Create README-in.md

    zeelsheladiya committed May 5, 2023
    Configuration menu
    Copy the full SHA
    16c9b12 View commit details
    Browse the repository at this point in the history
  3. Update README-in.md

    zeelsheladiya committed May 5, 2023
    Configuration menu
    Copy the full SHA
    112dfb3 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    zeelsheladiya committed May 5, 2023
    Configuration menu
    Copy the full SHA
    25be078 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    zeelsheladiya committed May 5, 2023
    Configuration menu
    Copy the full SHA
    64e0d55 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    zeelsheladiya committed May 5, 2023
    Configuration menu
    Copy the full SHA
    285e9ff View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Update requirements.txt

    matthoffner committed May 7, 2023
    Configuration menu
    Copy the full SHA
    bad7dc0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #302 from zeelsheladiya/main

    Documentation translate in Hindi
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    10292ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from xgame92/main

    Turkish translation fix
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e30fa12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #295 from jheitzeb/main

    Link to 7-day github activity reports
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5b63484 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #290 from hoangdd/main

    Add missing openai config in tools scripts
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    bddd633 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #294 from zainhas/main

    README weaviate instructions
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4a3e71e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #279 from dibrale/patch-1

    Fix for silent llama
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d0a8400 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #293 from fschieber88/babycoder

    Implement Babycoder
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5ef3e9d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #299 from matthoffner/patch-1

    Bump llama-cpp-python
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4003a6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3a60c6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #289 from dibrale/patch-2

    Further prompt changes
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c4e000e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #230 from DevXT-LLC/main

    Add Agent-LLM
    francip committed May 10, 2023
    Configuration menu
    Copy the full SHA
    60b605d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Create BabyCatAGI.py

    Uploading another mod of OG BabyAGI (original commit). Just because it's easier to experiment with framework as a simple script. Would love to hear feedback - this one might be getting stable enough to discuss pulling into core.
    yoheinakajima committed May 12, 2023
    1 Configuration menu
    Copy the full SHA
    64e8bdb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    b70c5a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Added Bengali language

    Sabbbir committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7274c7b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update README.md

    continous -> continuous
    eltociear committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7e7a443 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #331 from eltociear/patch-2

    Update README.md
    francip committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c59478a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #328 from Sabbbir/Sabbbir-Bengali

    Added Bengali language
    francip committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    efa06b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #320 from bigsky77/main

    Add twitter-agent🐣 to inspired projects lists
    francip committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f00831b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    cef1db8 View commit details
    Browse the repository at this point in the history
  2. Create BabyDeerAGI.py

    BabyDeerAGI is a mod of BabyCatAGI, which is a mod of BabyBeeAGI, which is a mod of OG BabyAGI. BabyDeerAGI is at ~350 lines of code.
    
    This was built as a continued iteration on the original BabyAGI code in a lightweight way. New to BabyDeerAGI are:
    
    - only requires 3.5-turbo (better prompts)
    - parallel task runs when not dependent on each other
    - web search tool includes query rewrite
    - simple user input tool (ask user for input)
    
    Follow BabyAGI on Twitter: http://twitter.com/babyAGI_
    Join the Discord: https://discord.gg/9RCW87R5QX
    yoheinakajima committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0cf0f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Uploading BabyElfAGI

    yoheinakajima committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6ec8a3c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    0044154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10b08c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Fix typo

    jiansong15 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    1218572 View commit details
    Browse the repository at this point in the history
  2. Update Ray version

    tonyjzhou committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    291fd93 View commit details
    Browse the repository at this point in the history
  3. Update chromadb usage

    tonyjzhou committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    464a824 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Add files via upload

    yoheinakajima committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4569caf View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yoheinakajima committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0781675 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    yoheinakajima committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    989890e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Create pretty_me.py

    yoheinakajima committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0690733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d40c5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    10e92eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #385 from duongqvu/main

    Added the Vietnamese version of README.
    francip committed May 13, 2024
    Configuration menu
    Copy the full SHA
    11c853d View commit details
    Browse the repository at this point in the history