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

babybeeagi #344

Open
wants to merge 82 commits into
base: babybeeagi
Choose a base branch
from
Open

babybeeagi #344

wants to merge 82 commits into from

Conversation

JayCM8782
Copy link

@JayCM8782 JayCM8782 commented Jul 2, 2023

babybeeagi

Josh-XT and others added 30 commits April 22, 2023 16:35
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Check for weaviate first becuase chroma fails if the table name begins
capital letters

Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
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
Fixing minor formatting issue in prompt + typo in Readme
zeelsheladiya and others added 30 commits May 5, 2023 12:20
Link to 7-day github activity reports
Add missing openai config in tools scripts
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.
continous -> continuous
Add twitter-agent🐣 to inspired projects lists
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
babyagi
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.