From f1546ad287c4530e1d4b9b6b04eec18597e8445c Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Wed, 12 Jun 2024 18:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chatchat/configs/_model_config.py | 19 ------------------- libs/chatchat-server/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) 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"