@@ -282,62 +282,4 @@ TEMPORAL_ENCRYPTION_KEY=FweBMRnGCLshER8FlSvNusQA6G3MRUKt
282282
283283
284284# Seach sync api
285- SEARCH_SYNC_API_URL=http://search-sync-api:8083
286-
287-
288- # -X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-
289-
290-
291- # CrewAI DevTel Service settings
292- CREWAI_SERVICE_URL=http://chat-orchestrator:8001
293- CREWAI_SERVICE_TOKEN=dev-token # openssl rand -hex 32
294-
295- # ============================================
296- # AI Provider Configuration
297- # ============================================
298- # Provider options: ollama, openai, anthropic, google, groq, together, deepseek
299- # Set to 'auto' to automatically use the first available provider
300- AI_PROVIDER=auto
301-
302- # ========== LOCAL LLM (Development) ==========
303- # Ollama - Free local LLM (enabled by default)
304- # Set to false to disable Ollama and hide from model options
305- OLLAMA_ENABLED=true
306- OLLAMA_URL=http://localhost:11434
307- OLLAMA_MODEL=llama3.2:3b
308- # Model options: llama3.2:1b, llama3.2:3b, mistral:7b, codellama:7b, qwen2.5:7b
309-
310- # ========== CLOUD PROVIDERS (Production) ==========
311- # Only providers with API keys configured will be available
312-
313- # OpenAI - https://platform.openai.com/api-keys
314- OPENAI_API_KEY=
315- OPENAI_MODEL=gpt-4o-mini
316- # Models: gpt-4o, gpt-4o-mini, gpt-4-turbo, o1-preview
317-
318- # Anthropic Claude - https://console.anthropic.com/
319- ANTHROPIC_API_KEY=
320- ANTHROPIC_MODEL=claude-3-5-sonnet-20241022
321- # Models: claude-3-5-sonnet-20241022, claude-3-5-haiku-20241022
322-
323- # Google Gemini - https://aistudio.google.com/apikey
324- GOOGLE_AI_API_KEY=
325- GOOGLE_AI_MODEL=gemini-2.0-flash-exp
326- # Models: gemini-2.0-flash-exp, gemini-1.5-pro, gemini-1.5-flash
327-
328- # Groq - https://console.groq.com/ (fast, free tier)
329- GROQ_API_KEY=
330- GROQ_MODEL=llama-3.3-70b-versatile
331- # Models: llama-3.3-70b-versatile, mixtral-8x7b-32768, gemma2-9b-it
332-
333- # Together AI - https://api.together.xyz/ (open-source)
334- TOGETHER_API_KEY=
335- TOGETHER_MODEL=meta-llama/Llama-3.3-70B-Instruct-Turbo
336- # Models: meta-llama/Llama-3.3-70B-Instruct-Turbo, Qwen/Qwen2.5-72B-Instruct-Turbo
337-
338- # DeepSeek - https://platform.deepseek.com/ (cheapest)
339- DEEPSEEK_API_KEY=
340- DEEPSEEK_MODEL=deepseek-chat
341- # Models: deepseek-chat (V3), deepseek-reasoner (R1)
342-
343- # -X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-
285+ SEARCH_SYNC_API_URL=http://search-sync-api:8083
0 commit comments