Skip to content

Commit

Permalink
Merge pull request #170 from miurla/0.2.0
Browse files Browse the repository at this point in the history
Merge branch '0.2.0' into main
  • Loading branch information
miurla committed Aug 21, 2023
2 parents 58fed77 + 94382e3 commit 359c861
Show file tree
Hide file tree
Showing 154 changed files with 3,148 additions and 4,755 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ NEXT_PUBLIC_USE_USER_API_KEY="false"
# GOOGLE_SEARCH_API_KEY="Your Google Search API Key"
# GOOGLE_CUSTOM_INDEX_ID="Your Custom Index ID"

# 7. Set your BASE_URL, only used for production
BASE_URL="https://your-project.vercel.app/"

# if you want to use the auto-translation feature, set the following variables
# and npm run translate
TRANSLATOR_SERVICE="google" # possible values: "google", "openai"
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,12 @@ This is a port of [babyagi](https://github.com/yoheinakajima/babyagi) with [Lang

## 🚗 Roadmap

- [x] The BabyAGI can search and scrape the web. ([🐝 BabyBeeAGI](https://twitter.com/yoheinakajima/status/1652732735344246784))
- [x] Exporting Execution Results
- [x] Execution history
- [x] Faster speeds and fewer errors. ([😺 BabyCatAGI](https://twitter.com/yoheinakajima/status/1657448504112091136))
- [x] i18n support ( 🇧🇷, 🇩🇪, 🇺🇸, 🇪🇸, 🇫🇷, 🇮🇳, 🇭🇺, 🇯🇵, 🇷🇺, 🇹🇭, ... and much more)
- [x] User feedback
- [x] Improv UX for task creation (only BabyCatAGI🐱 & Client request)
- [x] Notification that all tasks have been completed. 🔔
- [x] Display the current task and task list. 📌
- [x] Collapsible Sidebar ⏩️
- [x] User input & parallel tasking. ([🦌 BabyDeerAGI](https://twitter.com/yoheinakajima/status/1666313838868992001))
- [x] API updates support (gpt-3.5-turbo-0613/gpt-3.5-turbo-16k-0613/gpt-4-0613)
- [x] Skills Class allows for easy skill creation ([🧝 BabyElfAGI](https://twitter.com/yoheinakajima/status/1678443482866933760))
- [x] Aggregate the logic of the agent in the backend.
- [x] Add hooks to make it easier to handle the agent on the frontend.
- [ ] Support the Llama2 model 🦙

and more ...
Expand Down
Loading

1 comment on commit 359c861

@vercel
Copy link

@vercel vercel bot commented on 359c861 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

babyagi-ui – ./

babyagi-ui.vercel.app
babyagi-ui-babyagi-ui.vercel.app
babyagi-ui-git-main-babyagi-ui.vercel.app

Please sign in to comment.