config.yml.j2 387 B

1234567891011121314151617
  1. telegram:
  2. token: "{{ telegram_token }}"
  3. ollama:
  4. base_url: "http://localhost:11434"
  5. model: "{{ openclaw_model | default('llama3.2:3b') }}"
  6. api_key: "{{ ollama_api_key }}"
  7. timeout: 120
  8. bot:
  9. max_message_length: 4096
  10. typing_indicator: true
  11. error_message: "Sorry, I encountered an error. Please try again."
  12. logging:
  13. level: "INFO"
  14. file: "/var/log/openclaw/openclaw.log"