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

OpenAI-DotNet 6.3.2 #55

Merged
merged 6 commits into from
Mar 22, 2023
Merged

OpenAI-DotNet 6.3.2 #55

merged 6 commits into from
Mar 22, 2023

Commits on Mar 21, 2023

  1. OpenAI-DotNet 6.3.2

    - Attempt to fix dependency requirement for dotnet/runtime docker base images
    - Made internal OpenAIClient constructor with HttpClient public
    StephenHodgson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6d69712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24596a3 View commit details
    Browse the repository at this point in the history
  3. updated some docs

    StephenHodgson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bdc660c View commit details
    Browse the repository at this point in the history
  4. updated docs

    StephenHodgson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    23d774b View commit details
    Browse the repository at this point in the history
  5. updated docs

    StephenHodgson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2c85c4f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fix Non-Latin string encoding for proxy (#60)

    - added excluded headers
    - removed some memory allocations for string values
    StephenHodgson committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4950ac7 View commit details
    Browse the repository at this point in the history