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 7.1.0 #147

Merged
merged 18 commits into from
Nov 7, 2023
Merged

OpenAI-DotNet 7.1.0 #147

merged 18 commits into from
Nov 7, 2023

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Oct 7, 2023

  • Added Text to speech endpoint
  • Added Model parameters to Image endpoints
    • Support for Dalle 3
  • Convert Fine Tuning endpoint to latest
    • Usually I make an effort to make the least breaking changes as possible, but this is a complete overhaul. If you were using this feature in any capacity before, you'll need to delete whatever you have and start over.
  • Added EnableDebug property to all endpoints, which will toggle printing the api call details to the log console
    • Warning! Improperly enabling this in production environment may leak your api keys unless running proxy service!
  • Removed Model check for all requests, api will now tell you if model can be used or not on specific endpoints
  • Removed Obsolete members
  • Marked EditEndpoint obsolete

- Convert Fine Tuning endpoint to latest
@StephenHodgson StephenHodgson linked an issue Oct 7, 2023 that may be closed by this pull request
@StephenHodgson StephenHodgson linked an issue Nov 6, 2023 that may be closed by this pull request
2 tasks
@StephenHodgson StephenHodgson marked this pull request as ready for review November 7, 2023 16:35
@StephenHodgson StephenHodgson merged commit 5cb20ef into main Nov 7, 2023
@StephenHodgson StephenHodgson deleted the dev/fine-tuning branch November 7, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant