Ryanhub - file viewer
filename: config/config.yaml
branch: main
back to repo
llm:
  base_url: http://100.108.16.6:11434
  model: qwen3.5:8b
  api_key: ""
  
  alt_url: http://localhost:11434
  alt_model: qwen3.5:0.8b

agent:
  system_prompt: |
    You are a personal assistant.
    Prefer doing over describing.
    Keep responses short and useful.
  context_window_chars: 32000

server:
  host: 0.0.0.0
  port: 6700

automation:
  morning_briefing_hour: 7
  after_dinner_recap_hour: 21

tools:
  weather:
    enabled: true
    lat: 40.7128
    lon: -74.0060

  news:
    enabled: true
    preferences: "local AI models, open source, startups, machine learning"
    strict_preferences: true
    feeds:
      - https://news.ycombinator.com/rss

  tasks:
    enabled: false

  memory:
    enabled: true

  code:
    enabled: false
    workspace: ./workspace

memory:
  db_path: ./assistant.db