fix: remove AirLLM config settings from config.py #477

Closed
kimi wants to merge 0 commits from kimi/issue-473 into main
Collaborator

Removes airllm from timmy_model_backend Literal type and deletes the airllm_model_size field plus associated comments. Replaces the settings.airllm_model_size reference in agent.py with a hardcoded default, and cleans up mock assignments in tests.

Fixes #473

Removes `airllm` from `timmy_model_backend` Literal type and deletes the `airllm_model_size` field plus associated comments. Replaces the `settings.airllm_model_size` reference in `agent.py` with a hardcoded default, and cleans up mock assignments in tests. Fixes #473
kimi added 1 commit 2026-03-19 19:27:37 +00:00
fix: remove AirLLM config settings from config.py
All checks were successful
Tests / lint (pull_request) Successful in 14s
Tests / test (pull_request) Successful in 1m9s
d5361a0385
Remove `airllm` from timmy_model_backend Literal type and delete the
airllm_model_size field plus associated comments. Replace the one
settings.airllm_model_size reference in agent.py with a hardcoded
default, and clean up mock assignments in tests.

Fixes #473

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner

This PR has merge conflicts with main (likely from the CORS wildcard fix that just merged). Please rebase against latest main and resolve conflicts in src/config.py.

This PR has merge conflicts with main (likely from the CORS wildcard fix that just merged). Please rebase against latest main and resolve conflicts in `src/config.py`.
Owner

Closing this PR — the config.py changes from this branch were already merged via the CORS wildcard fix (#478). The remaining airllm cleanup (agent.py, cascade.py, backends) is covered by #459 which is broader in scope. Kimi should work from a fresh branch for #459 to avoid these conflicts.

Closing this PR — the config.py changes from this branch were already merged via the CORS wildcard fix (#478). The remaining airllm cleanup (agent.py, cascade.py, backends) is covered by #459 which is broader in scope. Kimi should work from a fresh branch for #459 to avoid these conflicts.
Timmy closed this pull request 2026-03-19 19:32:49 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#477