mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 21:37:20 +08:00
更新版本
This commit is contained in:
parent
e8047e3e24
commit
f1546ad287
@ -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": [],
|
||||
},
|
||||
|
||||
]
|
||||
# 工具配置项
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user