feat(env): add AI engine configuration option to .env.example and update README for improved clarity

This commit is contained in:
Davidson Gomes 2025-05-19 15:34:42 -03:00
parent e2e756156f
commit 482c1693d1
2 changed files with 57 additions and 810 deletions

View File

@ -6,6 +6,9 @@ API_URL="http://localhost:8000"
ORGANIZATION_NAME="Evo AI" ORGANIZATION_NAME="Evo AI"
ORGANIZATION_URL="https://evoai.evoapicloud.com" ORGANIZATION_URL="https://evoai.evoapicloud.com"
# AI Engine configuration: "adk" or "crewai"
AI_ENGINE="adk"
# Database settings # Database settings
POSTGRES_CONNECTION_STRING="postgresql://postgres:root@localhost:5432/evo_ai" POSTGRES_CONNECTION_STRING="postgresql://postgres:root@localhost:5432/evo_ai"

864
README.md

File diff suppressed because it is too large Load Diff