Skip to content

Commit

Permalink
Merge pull request #1 from OpenAgentX/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sxhxliang authored Dec 4, 2023
2 parents bcb89c4 + 752503e commit 626188c
Show file tree
Hide file tree
Showing 18 changed files with 1,615 additions and 156 deletions.
10 changes: 10 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# openapi key for gpt
OPENAI_API_KEY='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'
OPENAI_API_BASE= ''
OPENAI_API_MODEL="gpt-3.5-turbo"
# Serper API Key for searching
SERPER_API_KEY='your serper api key'

### for Research
MODEL_FOR_RESEARCHER_SUMMARY= gpt-3.5-turbo
MODEL_FOR_RESEARCHER_REPORT= gpt-3.5-turbo-16k
25 changes: 20 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
/target
/logs
/tests
/examples
/workshop
.vscode
.idea
.VSCodeCounter
assets/.DS_Store
crates/*/.DS_Store
crates/*/*/.DS_Store
target
logs
tests
examples
workshop
assets
outputs
docs
stash
*.py
*.yaml





Loading

0 comments on commit 626188c

Please sign in to comment.