Change sqlite endpoint (#7)

This commit is contained in:
merwanehamadi
2023-08-15 14:52:43 -07:00
committed by GitHub
parent d978e801c4
commit b6b7de3be5
2 changed files with 4 additions and 3 deletions

View File

@@ -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
View File

@@ -164,4 +164,5 @@ CURRENT_BULLETIN.md
# agbenchmark
agbenchmark/reports
agbenchmark/workspace
agbenchmark/workspace
agent.db