Skip to content

Commit

Permalink
docs: Update openai_realtime_dart README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Oct 29, 2024
1 parent c35b869 commit 7e9e139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/openai_realtime_dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ In this package, there are three primitives for interfacing with the Realtime AP
- Exists on client instance as `client.realtime`
- Thin wrapper over [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
- Use this for connecting to the API, authenticating, and sending items
- There is **no item validation**, you will have to rely on the API specification directly
- Dispatches events according to the `RealtimeEventType` enum
3. [`RealtimeConversation`](./lib/src/conversation.dart)
- Exists on client instance as `client.conversation`
Expand Down

0 comments on commit 7e9e139

Please sign in to comment.