Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheoKanning/openai-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.0
Choose a base ref
...
head repository: TheoKanning/openai-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.0
Choose a head ref
  • 12 commits
  • 43 files changed
  • 12 contributors

Commits on Apr 8, 2023

  1. Windows javadoc encoding error fix (#246)

    * windows javadoc encoding error fix
    
    * windows-1252 standard double quotation
    tgolob authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    37d9291 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    cb0747a View commit details
    Browse the repository at this point in the history
  2. Removed unused imports (#262)

    * removed unused import
    
    * removed some more unused imports
    
    * removed more unused imports
    ronilbhattarai authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3f69995 View commit details
    Browse the repository at this point in the history
  3. Moved OpenAiApi to its own package. (#243)

    When consuming this library from a Java 11 modular application, no
    classes in the same package must be exported from multiple JARs.
    
    Co-authored-by: Theo Kanning <[email protected]>
    haumacher and TheoKanning authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    465b163 View commit details
    Browse the repository at this point in the history
  4. Add Audio APIs (#292)

    * Add Audio Transcription API (#272)
    
    * Add Audio Translation API (#272)
    
    ---------
    
    Co-authored-by: Theo Kanning <[email protected]>
    teerapap and TheoKanning authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    21ef7f0 View commit details
    Browse the repository at this point in the history
  5. Add audio apis to moved OpenAiApi

    A previous commit caused a merge conflict with the Audio PR, and this was the simplest way to fix it.
    TheoKanning committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4ac3412 View commit details
    Browse the repository at this point in the history
  6. add chinese support (#265)

    * add chinese support
    
    * Update ResponseBodyCallback.java
    
    fix
    
    ---------
    
    Co-authored-by: bu.liwen <[email protected]>
    Mrblw and bu.liwen authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8a422ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33ba847 View commit details
    Browse the repository at this point in the history
  8. Upgrade jackson-annotations (#232)

    * Upgrade jackson-annotations to 2.14.2
    
    * Move dependencies to version catalog
    
    * Extract versions of dependencies versioned together
    Philip Müller authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    62bae37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a292898 View commit details
    Browse the repository at this point in the history
  10. Delete deprecated client module OpenAiService

    This was deprecated in February, and stopped receiving updates then.
    Migrate to the OpenAiService in the service module to get new features.
    TheoKanning committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e5c9712 View commit details
    Browse the repository at this point in the history
  11. Update version to 0.13.0

    TheoKanning committed Jun 19, 2023
    1 Configuration menu
    Copy the full SHA
    3a5bc28 View commit details
    Browse the repository at this point in the history
Loading