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
+8-4
Original file line number
Diff line number
Diff line change
@@ -230,11 +230,15 @@ await openai.models.list({
230
230
})
231
231
```
232
232
233
-
## Status
233
+
## Semantic Versioning
234
234
235
-
This package is in beta. Its internals and interfaces are not stable
236
-
and subject to change without a major semver bump;
237
-
please reach out if you rely on any undocumented behavior.
235
+
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:
236
+
237
+
1. Changes that only affect static types, without breaking runtime behavior.
238
+
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)_.
239
+
3. Changes that we do not expect to impact the vast majority of users in practice.
240
+
241
+
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
238
242
239
243
We are keen for your feedback; please open an [issue](https://www.github.com/openai/openai-node/issues) with questions, bugs, or suggestions.
"It looks like you're running in a browser-like environment.\n\nThis is disabled by default, as it risks exposing your secret API credentials to attackers. \nIf you understand the risks and have appropriate mitigations in place,\nyou can set the `dangerouslyAllowBrowser` option to `true`, e.g.,\n\nnew OpenAI({ apiKey, dangerouslyAllowBrowser: true });\n\nhttps://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety\n",
0 commit comments