CoderYellow
CoderYellow
@try-to-fly @raffareis @HenryHengZJ or add an option [here](https://github.com/FlowiseAI/Flowise/blame/66a0cea4198be590d0d6dbfcf76698faf9397b57/packages/components/nodes/chatmodels/ChatOpenAI/ChatOpenAI.ts#L187) FYI https://github.com/openai/openai-node/blob/master/README.md#configuring-an-https-agent-eg-for-proxies
Sorry for replying late. Actually, the Spring Boot Gradle plugin also has a `developmentOnly` [extension](https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/#packaging-executable.configuring.including-development-only-dependencies). It would be helpful to have a configuration option to exclude specific dependency extensions.
currently i have to config like this ```kotlin configure { pluginExtensions { pluginExtension { implementation = "com.google.cloud.tools.jib.gradle.extension.layerfilter.JibLayerFilterExtension" configuration(Action { filters { configurations["developmentOnly"] .resolvedConfiguration .firstLevelModuleDependencies .flatMap { dependency -> dependency.moduleArtifacts.map {...
推荐一下我的[项目](https://github.com/MicroJService/lark-api),使用[kotlin dsl](https://kotlinlang.org/docs/type-safe-builders.html)风格api,更加接近html写法
> Can you try without the brfenergi variant of the plugin? I don't think you can run both plugins at the same time. Thanks, it works. By the way,is there...
Are there any built in read api documentation?
FYI https://github.com/OpenProjectX/spring-security-kerberos
FYI https://github.com/OpenProjectX/spring-security-kerberos
Any update? Reactor built in retry framework is a bit hard to use, you can reference Resilience4j [implementation](https://github.com/resilience4j/resilience4j/blob/e55e62edf70f15faf99fde803d9c347fe08a9f15/resilience4j-spring6/src/main/java/io/github/resilience4j/spring6/retry/configure/ReactorRetryAspectExt.java)
签名算法格式有很多标准的,你后端可能是jwt,前端可能格式不一样,要么后端用node.js也跑这个库。 中国式英语也不贴代码谁帮得了你