-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Azure endpoint properties and baseUrl computation #249
Conversation
76ff91b
to
206a325
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I made a small comment
...ntime/src/main/java/io/quarkiverse/langchain4j/azure/openai/runtime/AzureOpenAiRecorder.java
Show resolved
Hide resolved
8e9966f
to
12e7426
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@geoand I just pushed new commits for the re-naming of |
12e7426
to
b5d3a9a
Compare
b5d3a9a
to
efb83e3
Compare
We should have a label for issues/prs that introduce breaking changes..... |
Indeed. I'll add some of the Quarkus labels here too |
I'm not sure why the JDK 17 build is failing. The failure is in some other module that I didn't touch. |
Yeah, it's a known bug that makes GraalVM hang |
Refactor Azure endpoint properties and how the baseUrl is computed.
See this issue comment.
Fixes #248