-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Babyelfagi #394
Open
Dman0808
wants to merge
88
commits into
yoheinakajima:babybeeagi
Choose a base branch
from
Dman0808:babyelfagi
base: babybeeagi
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Babyelfagi #394
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
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]>
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
Fixing small typo in BabyBeeAGI
Fixing minor formatting issue in prompt + typo in Readme
Add Sharpagi to inspired-projects
Link to 7-day github activity reports
Add missing openai config in tools scripts
README weaviate instructions
Fix for silent llama
Implement Babycoder
Bump llama-cpp-python
Further prompt changes
Add Agent-LLM
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
Update README.md
Added Bengali language
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.