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

Conversation

Gematria74
Copy link

An modified version of BabyAGI with both benefits and downsides. Try it out, what should we pull in? What ideas does this spark?

Josh-XT and others added 27 commits April 22, 2023 16:35
Check for weaviate first becuase chroma fails if the table name begins
capital letters

Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
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.
Minor formatting issue fix.
Changed "Python script" to "Node script"
…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.
An modified version of BabyAGI with both benefits and downsides. Try it out, what should we pull in? What ideas does this spark?"
load env before loading openai, support OPENAI_API_BASE
@francip francip temporarily deployed to github-pages May 1, 2023 00:32 — with GitHub Pages Inactive
Fixing small typo in BabyBeeAGI
Fixing minor formatting issue in prompt + typo in Readme
@francip francip temporarily deployed to github-pages June 6, 2023 19:55 — with GitHub Pages Inactive
Add twitter-agent🐣 to inspired projects lists
@francip francip temporarily deployed to github-pages June 6, 2023 19:59 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages June 7, 2023 05:06 — with GitHub Pages Inactive
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 yoheinakajima temporarily deployed to github-pages June 7, 2023 05:09 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages July 10, 2023 16:31 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages July 11, 2023 00:04 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages July 11, 2023 00:06 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages September 1, 2023 08:36 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages September 1, 2023 08:52 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages September 1, 2023 09:41 — with GitHub Pages Inactive
@yoheinakajima yoheinakajima temporarily deployed to github-pages September 7, 2023 07:59 — with GitHub Pages Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.