[loop-generated] [refactor] Remove dead airllm config from Settings class #482

Closed
opened 2026-03-19 19:47:35 +00:00 by Timmy · 1 comment
Owner

Problem

#459 removed airllm from the router cascade, but config.py still has dead airllm references:

  • Line 67-72: timmy_model_backend Literal still includes "airllm"
  • Lines 73-77: airllm_model_size setting still exists
  • Comment block still describes airllm model sizes

Acceptance Criteria

  • Remove "airllm" from the timmy_model_backend Literal type
  • Remove airllm_model_size field entirely
  • Remove associated comments
  • Update any tests referencing these fields
  • All tests pass (tox -e unit)

Files

  • src/config.py
  • tests/test_config.py (if applicable)
## Problem #459 removed airllm from the router cascade, but `config.py` still has dead airllm references: - Line 67-72: `timmy_model_backend` Literal still includes `"airllm"` - Lines 73-77: `airllm_model_size` setting still exists - Comment block still describes airllm model sizes ## Acceptance Criteria - Remove `"airllm"` from the `timmy_model_backend` Literal type - Remove `airllm_model_size` field entirely - Remove associated comments - Update any tests referencing these fields - All tests pass (`tox -e unit`) ## Files - `src/config.py` - `tests/test_config.py` (if applicable)
Author
Owner

Already resolved by PR #475 (0ae00af). Closing.

Already resolved by PR #475 (`0ae00af`). Closing.
Timmy closed this issue 2026-03-19 19:49:12 +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#482