rosenjiang
rosenjiang
> > > I think you did not turn on the switch in the model's settings? > > > > > > i have try with the http request with...
> Hello [@188zhuyaqi](https://github.com/188zhuyaqi)! I'm here to assist you with any bugs, questions, or contributions you have regarding Dify. Let's work together to solve the issue you're experiencing. > > I...
> To resolve the "INTERNAL SERVER ERROR" when saving the API Key setting in Dify, try restarting your Dify instance. This has been confirmed to resolve similar issues. Additionally, check...
> 兄弟们,找到可行的办法了。 > > 这里应该是可以设置这个超时时间的默认值: /langgenius/dify-plugin-daemon/tree/main /internal/types/app/default.go setDefaultInt(&config.PluginMaxExecutionTimeout, 240) > > 这里应该是可以通过环境变量改变这个默认值: /internal/types/app/config.go PluginMaxExecutionTimeout int `envconfig:"PLUGIN_MAX_EXECUTION_TIMEOUT" validate:"required"` > > 我直接扩大10倍,就没这个timeout的问题了。 一开始只在.env里加了还没用,后来在docker-compose里也加上才生效,家在plugin哪一段。 i am waiting for new version.............