aboutsummaryrefslogtreecommitdiff
path: root/autogpts/forge/.env.example
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/forge/.env.example')
-rw-r--r--autogpts/forge/.env.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogpts/forge/.env.example b/autogpts/forge/.env.example
new file mode 100644
index 000000000..1c8025740
--- /dev/null
+++ b/autogpts/forge/.env.example
@@ -0,0 +1,8 @@
+# Your OpenAI API Key. If GPT-4 is available it will use that, otherwise will use 3.5-turbo
+OPENAI_API_KEY=abc
+
+# Control log level
+LOG_LEVEL=INFO
+DATABASE_STRING="sqlite:///agent.db"
+PORT=8000
+AGENT_WORKSPACE="agbenchmark_config/workspace"