-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (40 loc) · 1.64 KB
/
.env.example
File metadata and controls
46 lines (40 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Application Configuration
APP_NAME=transparency-logic-time-machine-bots
NODE_ENV=development
PORT=3000
LOG_LEVEL=info
# Telemetry Configuration (Optional)
# Set TELEMETRY_ENABLED=true to enable OpenTelemetry tracing
TELEMETRY_ENABLED=false
# TELEMETRY_SERVICE_NAME=my-service
# TELEMETRY_ENDPOINT=http://localhost:4318
# TELEMETRY_SAMPLE_RATE=0.1
# AI/ML Configuration (Optional - requires optional dependencies)
# Set AI_ENABLED=true to enable AI features (requires @huggingface/transformers)
AI_ENABLED=false
# AI_MODEL_NAME=gpt2
# Claude AI Configuration (Optional - requires @anthropic-ai/sdk)
# Set CLAUDE_ENABLED=true to enable Claude AI features
CLAUDE_ENABLED=false
# CLAUDE_API_KEY=your-anthropic-api-key
# CLAUDE_MODEL=claude-3-opus-20240229
# CLAUDE_MAX_TOKENS=4096
# CLAUDE_TEMPERATURE=1.0
# LangChain Configuration (Optional - requires langchain and @langchain/anthropic)
# Set LANGCHAIN_ENABLED=true to enable LangChain integration
LANGCHAIN_ENABLED=false
# LANGCHAIN_TRACING_V2=true
# LANGCHAIN_API_KEY=your-langchain-api-key
# LANGCHAIN_PROJECT=your-project-name
# Multi-AI Provider Configuration (Optional)
# Additional AI providers for multi-model support
# OPENAI_API_KEY=your-openai-api-key
# COHERE_API_KEY=your-cohere-api-key
# For Google AI, install @google/generative-ai separately (peer dependency for ChromaDB)
# GOOGLE_API_KEY=your-google-api-key
# Vector Database Configuration (Optional - requires optional dependencies)
# Set VECTOR_DB_ENABLED=true to enable vector database features
VECTOR_DB_ENABLED=false
# VECTOR_DB_TYPE=pinecone|weaviate|chroma
# VECTOR_DB_API_KEY=your-api-key
# VECTOR_DB_ENDPOINT=https://your-instance.vectordb.com