Skip to content

Commit 5c4a4dd

Browse files
committed
chore(internal): restructure core streaming implementation (#14)
1 parent 601c6ec commit 5c4a4dd

File tree

6 files changed

+409
-157
lines changed

6 files changed

+409
-157
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If you need to, you can override it by setting default headers per-request or on
236236
from finch import Finch
237237

238238
finch = Finch(
239-
default_headers={"Finch-API-Version": My - Custom - Value},
239+
default_headers={"Finch-API-Version": "My-Custom-Value"},
240240
)
241241
```
242242

0 commit comments

Comments
 (0)