-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from Doriandarko/v3
V3!!! A self improving assistant capable of creating new tools when needed
- Loading branch information
Showing
33 changed files
with
5,554 additions
and
368 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
ANTHROPIC_API_KEY="YOUR API KEY" | ||
TAVILY_API_KEY="YOUR API KEY" | ||
ELEVEN_LABS_API_KEY="YOUR API KEY" | ||
ANTHROPIC_API_KEY=your_anthropic_api_key | ||
E2B_API_KEY=your_e2b_api_key # optional |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
uploads/ | ||
*.pyc | ||
.DS_Store | ||
.env | ||
.venv/ | ||
__pycache__/ | ||
.ruff_cache/ | ||
.pytest_cache/ |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.