Skip to content

Commit 926071f

Browse files
committed
update README
1 parent eee955e commit 926071f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

async-openai-wasm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ a `x.y.z` version.
4040
- SSE streaming on available APIs
4141
- Ergonomic builder pattern for all request objects.
4242
- Microsoft Azure OpenAI Service (only for APIs matching OpenAI spec)
43+
- Bring your own custom types for Request or Response objects.
4344

4445
**Note on Azure OpenAI Service (AOS)**: `async-openai-wasm` primarily implements OpenAI spec, and doesn't try to
4546
maintain parity with spec of AOS. Just like `async-openai`.
@@ -81,7 +82,7 @@ $Env:OPENAI_API_KEY='sk-...'
8182
## Realtime API
8283

8384
Only types for Realtime API are implemented, and can be enabled with feature flag `realtime`
84-
These types may change if/when OpenAI releases official specs for them.
85+
These types were written before OpenAI released official specs.
8586

8687
Again, the types do not bundle with a specific WS implementation. Need to convert a client event into a WS message by yourself, which is just simple `your_ws_impl::Message::Text(some_client_event.into_text())`.
8788

0 commit comments

Comments
 (0)