Merge branch 'chore/optimize-model-selection-agent-node' into dev/plugin-deploy

This commit is contained in:
Yi
2025-02-13 01:20:34 +08:00
19 changed files with 90 additions and 71 deletions

View File

@ -31,6 +31,7 @@ server {
location /e {
proxy_pass http://plugin_daemon:5002;
proxy_set_header Dify-Hook-Url $scheme://$host$request_uri;
include proxy.conf;
}