mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-22 23:11:05 +08:00
* 1: 基于langchain的bing search agent添加bing搜索支持(百度不靠谱,Google不可用) 2: 调整输入框交互模式,对话/知识库/搜索,三选一 * fixed bug of message have no text --------- Co-authored-by: root <jv.liu@i1368.com>
3 lines
106 B
Python
3 lines
106 B
Python
#from .chatglm_with_shared_memory_openai_llm import *
|
|
from agent.bing_search import search as bing_search
|