mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 06:15:41 -05:00
https://github.com/Significant-Gravitas/AutoGPT/pull/9452 was throwing `operator does not exist: text ? unknown` on deployed dev and so the function call was commented as a hotfix. This PR fixes and re-enables the llm model migration function. ### Changes 🏗️ - Uncomment and fix `migrate_llm_models` function ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - [x] Migrate nodes with non-existing models - [x] Don't migrate nodes without any model or with correct models --------- Co-authored-by: Zamil Majdy <zamil.majdy@agpt.co>