mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 19:21:26 +08:00
- Remove vendor-specific preset model lists for custom embedding/vision providers; users now type the model id manually (lists vary per vendor). - Strip third-party vendor names from comments. - Fix AttributeError in _set_vision/_set_embedding: the provider constants live on ModelsHandler, not ConfigHandler, so selecting a built-in provider crashed. Also replace the fragile [:-1] slice with an explicit non-custom filter. Co-authored-by: Cursor <cursoragent@cursor.com>