Ralph Schaer
Ralph Schaer
I will take a look. What Spring version do you use in your project?
I wonder if there is a possible problem because of the different Spring dependencies. extdirectspring 2.0.0 depends on Spring 6.0.5. Spring Boot 3.2.11 depends on 6.1.14. Have you tried extdirectspring...
@JozsefGuyas I released a new version 2.1.2. This version checks in api if the cache is empty. If it is then it tries to populate the cache
@JozsefGuyas In that case it might be best to remove the caching.
@JozsefGuyas Released version 2.1.3. No more cache in /api
@JozsefGuyas I wonder how an application can call an Spring Boot endpoint before the Spring context is fully initialized. Is there a way in Spring Boot to configure this behaviour.
@JozsefGuyas I released a new version (2.1.4). You can now disable caching with the request parameter cache=false ``` /api.js?cache=false ```
@mssfang Our endpoint currently is /openai-gpt-4o. It could be any value. But I can easily fix it in the APIM by creating a path /openai-gpt-4o/openai. The Python SDK from OpenAI...
Hi That looks great. I'll be happy to integrate it when you create a pull request. Ralph
That looks very good