Files
chatgpt-on-wechat/bridge
cowagent 23fd6b8d2b fix: handle non-string model_type to prevent AttributeError
When numeric model names (e.g., '1') are used with vLLM and configured
in YAML without quotes, they are parsed as integers. This causes
AttributeError when calling startswith() method.

Changes:
- Add type checking for model_type
- Convert non-string model_type to string with warning log
- Prevents crash when using custom numeric model names

Fixes #2664
2026-02-10 11:07:10 +08:00
..
2026-02-02 22:22:10 +08:00
2023-12-05 03:58:42 -05:00
2024-03-16 12:34:40 +08:00