Remove unused LLMConfig from BotConfig

LLMConfig was stored in BotConfig but never accessed after
construction — LLMClient receives it directly.

https://claude.ai/code/session_01AKXQBuVBsW7J1YbukDiQ7A
This commit is contained in:
Claude
2026-03-08 20:51:23 +00:00
committed by Richie Cahill
parent 42ede19472
commit ab2d8dbd51
2 changed files with 0 additions and 2 deletions

View File

@@ -81,5 +81,4 @@ class BotConfig(BaseModel):
signal_api_url: str
phone_number: str
llm: LLMConfig
inventory_file: str = "van_inventory.json"