更新版本

This commit is contained in:
glide-the 2024-06-12 18:40:52 +08:00
parent e8047e3e24
commit f1546ad287
2 changed files with 1 additions and 20 deletions

View File

@ -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": [],
},
]
# 工具配置项

View File

@ -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"