7f0444d26b
Local main's unpushed commits had removed DEFAULT_TEXT_MODEL from the crate::config import in main.rs, but the merged branch's new code at two call sites still uses it. Textual three-way merge took the local import line and the branch's call sites, producing a build break. Re-add the symbol to the import.