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.6.3 #229

Merged
merged 4 commits into from
Jan 26, 2024
Merged

OpenAI-DotNet 7.6.3 #229

merged 4 commits into from
Jan 26, 2024

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Jan 26, 2024

  • Added RetrieveFileStreamAsync method to Files.FilesEndpoint
  • Added new Embedding Models
    • Added Model.Dimensions property
  • Added Threads.Run and Threads.RunStep Usage properties
  • Added CodeInterpreter Outputs to RunStepDetails.ToolCalls
  • Added Retrieval Outputs to RunStepDetails.ToolCalls

gritse and others added 2 commits January 25, 2024 22:18
This PR adds the new OpenAI embedding models, as announced here:

https://openai.com/blog/new-embedding-models-and-api-updates

Also added the new `dimensions` parameter described in the announcement.

- openai/openai-openapi#179

---------

Co-authored-by: Stephen Hodgson <[email protected]>
@StephenHodgson StephenHodgson marked this pull request as ready for review January 26, 2024 04:15
@StephenHodgson StephenHodgson merged commit a382b0a into main Jan 26, 2024
2 checks passed
@StephenHodgson StephenHodgson deleted the development branch January 26, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add Thread.Step.Usage Code interpreter input / output is not accessible via StepDetails
3 participants