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: PullRequestInc/go-gpt3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.13
Choose a base ref
...
head repository: PullRequestInc/go-gpt3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.14
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 20, 2023

  1. Switch to using pointers for omitempty number fields in ChatCompletio…

    …nRequest
    
    Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
    yorinasub17 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8e33d23 View commit details
    Browse the repository at this point in the history
  2. Fix compile error in test

    Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
    yorinasub17 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    246c0d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from yorinasub17/bug/test-build-failure

    Fix compile error in test
    tylermann authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8e4b506 View commit details
    Browse the repository at this point in the history
  4. Revert pointer updates for non-temperature fields

    Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
    yorinasub17 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ba7d244 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #33 from yorinasub17/bug/chat-completion-temperatu…

    …rezero
    
    Switch to using pointers for omitempty number fields in ChatCompletionRequest
    tylermann authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f4f8f0f View commit details
    Browse the repository at this point in the history
Loading