Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain - 添加切换模型功能,支持智谱AI在线模型 (#1342
1、更准确的获取未运行的可用模型 2、优化WEBUI模型列表显示与切换的控制逻辑master (chatchat-space/Langchain-Chatchat#1497) liunux4odoo committed Sep 15, 2023 1 parent 955b0bc commit 3dde02b Showing 7 changed files with 80 additions and 33 deletions. Whitespace Ignore whitespace Split Unified ...
支持一键切换ChatGPT(3.5、4.0)模型、月之暗面(Kimi)、文心一言(支持Stable-Diffusion-XL作图)、通义千问、讯飞星火、智谱清言(ChatGLM)、书生浦语等主流模型,后续模型持续对接中。 目前已支持Langchain-chatchat、Ollama、扣子(Coze)本地或在线接口调用,FastGPT对接中。 项目包含java服务端、网页端、移动端及...
FROM alpine/git:2.36.2 as repos RUN git config --global http.sslVerify false && \ git clone https://github.com/chatchat-space/Langchain-Chatchat.git /code && \ cd /code && \ git checkout v0.2.10 && \ rm -rf .git FROM python:3.10.9-slim as models RUN sed -i 's/http:\/\/...
* 添加LLM模型切换功能,需要在server_config中设置可切换的模型 * add tests for api.py/llm_model/* * - 支持模型切换 - 支持智普AI线上模型 - startup.py增加参数`--api-worker`,自动运行所有的线上API模型。使用`-a (--all-webui), --all-api`时默认开启该选项 * 修复被fastchat覆盖的标准输出 ...