David Lowe
David Lowe
Thanks @jdubois -- I tried searching the discussion/bug history and couldn't find anything related. I hate creating duplicates. I will add a note to your defect report and link it...
I just upgraded to the 0.36.0 build and I am still getting the same errors. It should be noted that I have been able to get all my other dev.langchain4j...
I was not setting the property: `.useAsyncClient` at all, so whatever the default is. I also noticed that it is deprecated. With that said, when I do set the value...
Here you go: ``` 2024-11-14T09:20:32.969-05:00 INFO 12708 --- [XXXXX] [ Thread-44] c.a.a.o.i.O.getChatCompletions : {"az.sdk.message":"HTTP request","method":"POST","url":"https://XXXXX/openai/deployments/gpt-4o/chat/completions?api-version=2024-04-01-preview","tryCount":1,"Date":"Thu, 14 Nov 2024 14:20:32 GMT","Content-Type":"application/json","x-ms-client-request-id":"74c3377a-bb30-47fb-9cd9-23c90e9316cd","Accept":"application/json","User-Agent":"langchain4j-azure-openai","redactedHeaders":"api-key","content-length":14744,"body":"{\"messages\":[{\"content\":\"redacted\",\"role\":\"user\"}],\"max_tokens\":1200,\"temperature\":0.1,\"top_p\":0.0,\"user\":\"1\",\"stream\":true,\"model\":\"gpt-4o\"}"} 2024-11-14T09:20:33.613-05:00 INFO 12708 --- [XXXXX] [tor-http-nio-10] c.a.a.o.i.O.getChatCompletions : {"az.sdk.message":"HTTP response","statusCode":200,"url":"https://XXXXX/openai/deployments/gpt-4o/chat/completions?api-version=2024-04-01-preview","durationMs":644,"Date":"Thu,...
I just bumped my dependencies up to: ``1.0.0-alpha1`` and I no longer receive the: ``JsonEOFException`` exceptions. So it would appear, at least for my use case, the issue has been...