# Taskmaster AI Environment Variables # Source this file to set up Ollama integration for taskmaster export OPENAI_API_BASE="http://grey-area:11434/v1" export OPENAI_API_KEY="ollama" export OPENAI_BASE_URL="http://grey-area:11434/v1" export OLLAMA_BASE_URL="http://grey-area:11434/api" export MODEL="qwen2.5-coder:7b" export RESEARCH_MODEL="deepseek-r1:7b" export FALLBACK_MODEL="llama3.1:8b" export MAX_TOKENS="8192" export TEMPERATURE="0.3" echo "✅ Taskmaster AI environment variables loaded" echo "🤖 Using Ollama models at grey-area:11434"