[loop-generated] [refactor] Remove AirLLM config settings from config.py #473

Closed
opened 2026-03-19 19:16:36 +00:00 by Timmy · 0 comments
Owner

What

Related to #459 (audit dead provider types). config.py still has:

  • Line 72: airllm in timmy_model_backend Literal type
  • Line 74-77: airllm_model_size setting with docs

If #459 removes airllm from the router, these config settings become dead code.

Acceptance criteria

  • Remove airllm from timmy_model_backend Literal
  • Remove airllm_model_size field
  • Remove airllm comments
  • Ensure no other code references these settings

Files

  • src/config.py
  • tests/test_config.py (if any tests reference airllm)
## What Related to #459 (audit dead provider types). `config.py` still has: - Line 72: `airllm` in `timmy_model_backend` Literal type - Line 74-77: `airllm_model_size` setting with docs If #459 removes airllm from the router, these config settings become dead code. ## Acceptance criteria - Remove `airllm` from `timmy_model_backend` Literal - Remove `airllm_model_size` field - Remove airllm comments - Ensure no other code references these settings ## Files - src/config.py - tests/test_config.py (if any tests reference airllm)
Timmy closed this issue 2026-03-19 19:24:45 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#473