mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-15 12:04:28 +01:00
Re-Organised project and added benchmark code
This commit is contained in:
11
forge/.env.example
Normal file
11
forge/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Your OpenAI API Key. If GPT-4 is available it will use that, otherwise will use 3.5-turbo
|
||||
OPENAI_API_KEY=abc
|
||||
# If you want to enable Helicone proxy and caching
|
||||
HELICONE_KEY=abc
|
||||
OPENAI_API_BASE=https://oai.hconeai.com/v1
|
||||
|
||||
# Control log level
|
||||
LOG_LEVEL=INFO
|
||||
DATABASE_STRING="sqlite:///agent.db"
|
||||
PORT=8000
|
||||
AGENT_WORKSPACE="agbenchmark/workspace"
|
||||
Reference in New Issue
Block a user