You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ and offers both synchronous and asynchronous clients powered by [httpx](https://
8
8
9
9
## Documentation
10
10
11
-
The API documentation can be found at [https://platform.openai.com/docs](https://platform.openai.com/docs).
11
+
The API documentation can be found [here](https://platform.openai.com/docs).
12
12
13
13
## Installation
14
14
@@ -419,7 +419,7 @@ By default the library closes underlying HTTP connections whenever the client is
419
419
420
420
## Versioning
421
421
422
-
This package generally attempts to follow[SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
422
+
This package generally follows[SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
423
423
424
424
1. Changes that only affect static types, without breaking runtime behavior.
425
425
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_.
0 commit comments