mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-05 14:23:23 +08:00
更新版本
This commit is contained in:
parent
e8047e3e24
commit
f1546ad287
@ -132,25 +132,6 @@ class ConfigModelFactory(core_config.ConfigFactory[ConfigModel]):
|
|||||||
"tts_models": [],
|
"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]
|
[tool.poetry]
|
||||||
name = "langchain-chatchat"
|
name = "langchain-chatchat"
|
||||||
version = "0.3.0.20240612.2"
|
version = "0.3.0.20240612.3"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["chatchat"]
|
authors = ["chatchat"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user