mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 23:04:28 +01:00
Change sqlite endpoint (#7)
This commit is contained in:
@@ -6,6 +6,6 @@ OPENAI_API_BASE=https://oai.hconeai.com/v1
|
||||
|
||||
# Control log level
|
||||
LOG_LEVEL=INFO
|
||||
DATABASE_STRING="sqlite://agent.db"
|
||||
DATABASE_STRING="sqlite:///agent.db"
|
||||
PORT=8000
|
||||
AGENT_WORKSPACE="agbenchmark/workspace"
|
||||
AGENT_WORKSPACE="agbenchmark/workspace"
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -164,4 +164,5 @@ CURRENT_BULLETIN.md
|
||||
# agbenchmark
|
||||
|
||||
agbenchmark/reports
|
||||
agbenchmark/workspace
|
||||
agbenchmark/workspace
|
||||
agent.db
|
||||
|
||||
Reference in New Issue
Block a user