Skip to content

Commit 482c169

Browse files
author
Davidson Gomes
committed
feat(env): add AI engine configuration option to .env.example and update README for improved clarity
1 parent e2e7561 commit 482c169

File tree

2 files changed

+57
-810
lines changed

2 files changed

+57
-810
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ API_URL="http://localhost:8000"
66
ORGANIZATION_NAME="Evo AI"
77
ORGANIZATION_URL="https://evoai.evoapicloud.com"
88

9+
# AI Engine configuration: "adk" or "crewai"
10+
AI_ENGINE="adk"
11+
912
# Database settings
1013
POSTGRES_CONNECTION_STRING="postgresql://postgres:root@localhost:5432/evo_ai"
1114

0 commit comments

Comments
 (0)