Skip to content
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: 64bit/async-openai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: async-openai-v0.9.0
Choose a base ref
...
head repository: 64bit/async-openai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: async-openai-v0.9.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 5, 2023

  1. feat: Add max_tokens for chat completion requests (#50)

    - Add the `max_tokens` field to the `CreateChatCompletionRequest` struct.
    zurawiki authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    a942648 View commit details
    Browse the repository at this point in the history
  2. Add missing fields (#51)

    * update max_tokens position and doc to that of openai docs; add user field in CreateChatCompletionRequest
    
    * add language to CreateTranscriptionRequest
    
    * sync openapi spec from openai-openapi
    64bit authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    a0220d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fcfc19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d27b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1013ac3 View commit details
    Browse the repository at this point in the history
Loading