add local llm implementation (#119)

This commit is contained in:
KevinHuSh
2024-03-12 11:57:08 +08:00
committed by GitHub
parent 0452a6db73
commit f1f09df901
17 changed files with 196 additions and 25 deletions

View File

@ -26,7 +26,7 @@ http {
keepalive_timeout 65;
#gzip on;
client_max_body_size 82M;
client_max_body_size 128M;
include /etc/nginx/conf.d/ragflow.conf;
}