Skip to content
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 incorrect comments in OpenAiAudioApi and OpenAiApi #1330

Closed
wants to merge 1 commit into from

Conversation

inpink
Copy link
Contributor

@inpink inpink commented Sep 9, 2024

Hello, this PR fixed incorrect Javadoc comments in OpenAiAudioApi and OpenAiApi constructors.


PR contents:

  • Fixed incorrect comment in OpenAiAudioApi (referred to chat completion instead of audio API).
  • Added missing @param for webClientBuilder in OpenAiApi.

Fixes #1329


Thank you!

…uctors

- Corrected Javadoc in OpenAiAudioApi: the comment mistakenly referred to chat completion instead of audio API.
- Added missing @param for webClientBuilder in OpenAiApi constructor.
@inpink inpink changed the title Fix incorrect Javadoc comments in OpenAiAudioApi and OpenAiApi constructors Fix incorrect Javadoc comments in OpenAiAudioApi and OpenAiApi Sep 9, 2024
@inpink inpink changed the title Fix incorrect Javadoc comments in OpenAiAudioApi and OpenAiApi Fix incorrect comments in OpenAiAudioApi and OpenAiApi Sep 9, 2024
@markpollack markpollack added this to the 1.0.0-M3 milestone Sep 9, 2024
@markpollack
Copy link
Member

merged in 897a411

thanks!

@markpollack markpollack closed this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect comment and missing parameter in OpenAiAudioApi and OpenAiApi constructors
2 participants