Skip to content

Latest commit

 

History

History
 
 

applications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

General Chatbot

python chat.py --model_name chatglm --api_base http://192.168.0.xx:80/v1

Document Chatbot

python chat.py --model_name chatglm --api_base http://192.168.0.xx:80/v1

Web Demo

python web_demo.py

支持通用问答、知识库问答和数据库问答三种模式

Docker

docker run -it -p 7860:7860 --platform=linux/amd64 \
	registry.hf.space/xusenlin-openllm:latest python app.py