diff --git a/libs/chatchat-server/chatchat/configs/_model_config.py b/libs/chatchat-server/chatchat/configs/_model_config.py index e0b92474..c22b3c6d 100644 --- a/libs/chatchat-server/chatchat/configs/_model_config.py +++ b/libs/chatchat-server/chatchat/configs/_model_config.py @@ -132,25 +132,6 @@ class ConfigModelFactory(core_config.ConfigFactory[ConfigModel]): "tts_models": [], }, - { - "platform_name": "xinference", - "platform_type": "xinference", - "api_base_url": "http://127.0.0.1:9997/v1", - "api_key": "EMPTY", - "api_concurrencies": 5, - "llm_models": [ - "glm-4", - "qwen2-instruct", - "qwen1.5-chat", - ], - "embed_models": [ - "bge-large-zh-v1.5", - ], - "image_models": [], - "reranking_models": [], - "speech2text_models": [], - "tts_models": [], - }, ] # 工具配置项 diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index 7438fe87..e43eb524 100644 --- a/libs/chatchat-server/pyproject.toml +++ b/libs/chatchat-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-chatchat" -version = "0.3.0.20240612.2" +version = "0.3.0.20240612.3" description = "" authors = ["chatchat"] readme = "README.md"