ai-robot-core/.env.example

18 lines
533 B
Plaintext

# AI Service Environment Variables
# Copy this file to .env and modify as needed
# LLM Configuration
AI_SERVICE_LLM_PROVIDER=openai
AI_SERVICE_LLM_API_KEY=your-api-key-here
AI_SERVICE_LLM_BASE_URL=https://api.openai.com/v1
AI_SERVICE_LLM_MODEL=gpt-4o-mini
# If using DeepSeek
# AI_SERVICE_LLM_PROVIDER=openai
# AI_SERVICE_LLM_API_KEY=your-deepseek-api-key
# AI_SERVICE_LLM_BASE_URL=https://api.deepseek.com/v1
# AI_SERVICE_LLM_MODEL=deepseek-chat
# Ollama Configuration (optional)
# AI_SERVICE_OLLAMA_BASE_URL=http://ollama:11434