.env.example 300 B

123456789101112
  1. # LLM Configuration
  2. LLM_MODEL_ID=claude-3-5-sonnet-20241022
  3. LLM_API_KEY=your_api_key_here
  4. LLM_BASE_URL=https://api.anthropic.com
  5. LLM_TIMEOUT=60
  6. # GitHub Configuration
  7. GITHUB_TOKEN=your_github_token_here
  8. # Application Configuration
  9. LEARNING_AGENT_HOME=~/.learningAgent
  10. LEARNING_AGENT_LOG_LEVEL=INFO