Peter Kirby

Results 2 comments of Peter Kirby

@phillipuniverse I am having the same issue. Using `Field` as you recommended fixes the issue for me.

@hanif-meras Here is how I'm configuring timeouts, hopefully this helps: ``` public OpenAiService openAiService(String apiKey, Duration timeout) { final ObjectMapper mapper = OpenAiService.defaultObjectMapper(); final OkHttpClient client = OpenAiService.defaultClient(apiKey, timeout); final...