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 8.4.0 #375

Merged
merged 11 commits into from
Nov 15, 2024
Merged

OpenAI-DotNet 8.4.0 #375

merged 11 commits into from
Nov 15, 2024

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Oct 13, 2024

  • Add realtime support
  • Added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime, gpt-4o-audio model convenience properties
  • Fixed some bugs with function invocations
  • Fixed strict for built in FunctionAttribute defined tools
  • Fixed FunctionAttribute tool generated names so they aren't too long
  • Refactored Tools and ToolCalls. There is more of a distinction now in ChatResponses
  • Refactored SpeechRequest, and deprecated SpeechVoice enum in favor of new Voice class
  • Refactored OpenAI.Chat to support new audio modalities and output audio

- Add realtime support
- Added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime model convenience properties
@redkipov
Copy link

redkipov commented Oct 31, 2024

When will OpenAI-DotNet 8.4.0 be available for download?

@StephenHodgson
Copy link
Member Author

When will OpenAI-DotNet 8.4.0 be available for download?

When this pull request is merged. Still has a long way to go. Need to port the changes over from my unity package.

@redkipov
Copy link

redkipov commented Nov 3, 2024

When will OpenAI-DotNet 8.4.0 be available for download?

When this pull request is merged. Still has a long way to go. Need to port the changes over from my unity package.

Thank you for your work, very cool! I tried to build the project with changes, it seems I got a .dll file, but after replacing the files I did not notice any changes. Can I help with something? Thank you!

@StephenHodgson
Copy link
Member Author

No changes in this repo yet. I still need to port them from RageAgainstThePixel/com.openai.unity#303

added websocket proxy support
@StephenHodgson StephenHodgson linked an issue Nov 14, 2024 that may be closed by this pull request
@StephenHodgson StephenHodgson marked this pull request as ready for review November 15, 2024 01:50
@StephenHodgson StephenHodgson enabled auto-merge (squash) November 15, 2024 03:41
@StephenHodgson StephenHodgson enabled auto-merge (squash) November 15, 2024 03:42
@StephenHodgson StephenHodgson merged commit 0d4ee48 into main Nov 15, 2024
5 checks passed
@StephenHodgson StephenHodgson deleted the dev/realtime-api branch November 15, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants