mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-04 18:45:38 +08:00
### What problem does this PR solve? ``` RAGFlow(api/default)> list supported models from 'longcat' 'test' +-----------+------------+---------------+------------+-------------+-----------------------------+----------+ | dimension | dimensions | max_dimension | max_tokens | model_types | name | thinking | +-----------+------------+---------------+------------+-------------+-----------------------------+----------+ | | | | | | LongCat-2.0-Preview@LongCat | | | | | | | | LongCat-2.0-Preview@LongCat | | +-----------+------------+---------------+------------+-------------+-----------------------------+----------+ # Fixed: RAGFlow(api/default)> list supported models from 'longcat' 'test' +------------+---------------+------------+-------------+-----------------------------+----------+ | dimensions | max_dimension | max_tokens | model_types | name | thinking | +------------+---------------+------------+-------------+-----------------------------+----------+ | | | | | LongCat-2.0-Preview@LongCat | | +------------+---------------+------------+-------------+-----------------------------+----------+ ``` ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)