Files
twenty/packages/twenty-apps/hacktoberfest-2025/meeting-transcript/.env.example
T
martmull 86a6e04d78 Fix hacktoberfest applications (#15613)
As title, make them syncable with twenty-cli:0.2.0
<img width="1025" height="693" alt="image"
src="https://github.com/user-attachments/assets/a18f8ba3-b6fc-40e9-84dd-446ff8deeb04"
/>
2025-11-04 18:40:06 +01:00

16 lines
612 B
Bash

# .env.example
# API key for authenticating with the OpenAI-compatible service (Groq, OpenAI, etc.)
AI_PROVIDER_API_KEY=your-openai-or-groq-api-key-here
# API key generated from Twenty CRM instance (Settings > API & Webhooks)
TWENTY_API_KEY=your-twenty-api-key-here
# Base URL for the Twenty CRM server
TWENTY_API_URL=https://your-instance.twenty.com
# Secret token used to authenticate incoming webhook requests
WEBHOOK_SECRET_TOKEN=your-webhook-secret-token-here
# Base URL for OpenAI-compatible API (defaults to OpenAI, can use Groq or other providers)
AI_PROVIDER_API_BASE_URL=https://api.openai.com/v1/