@@ -439,8 +439,9 @@ def create(
439439
440440 safety_identifier: A stable identifier used to help detect users of your application that may be
441441 violating OpenAI's usage policies. The IDs should be a string that uniquely
442- identifies each user. We recommend hashing their username or email address, in
443- order to avoid sending us any identifying information.
442+ identifies each user, with a maximum length of 64 characters. We recommend
443+ hashing their username or email address, in order to avoid sending us any
444+ identifying information.
444445 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
445446
446447 seed: This feature is in Beta. If specified, our system will make a best effort to
@@ -753,8 +754,9 @@ def create(
753754
754755 safety_identifier: A stable identifier used to help detect users of your application that may be
755756 violating OpenAI's usage policies. The IDs should be a string that uniquely
756- identifies each user. We recommend hashing their username or email address, in
757- order to avoid sending us any identifying information.
757+ identifies each user, with a maximum length of 64 characters. We recommend
758+ hashing their username or email address, in order to avoid sending us any
759+ identifying information.
758760 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
759761
760762 seed: This feature is in Beta. If specified, our system will make a best effort to
@@ -1058,8 +1060,9 @@ def create(
10581060
10591061 safety_identifier: A stable identifier used to help detect users of your application that may be
10601062 violating OpenAI's usage policies. The IDs should be a string that uniquely
1061- identifies each user. We recommend hashing their username or email address, in
1062- order to avoid sending us any identifying information.
1063+ identifies each user, with a maximum length of 64 characters. We recommend
1064+ hashing their username or email address, in order to avoid sending us any
1065+ identifying information.
10631066 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
10641067
10651068 seed: This feature is in Beta. If specified, our system will make a best effort to
@@ -1932,8 +1935,9 @@ async def create(
19321935
19331936 safety_identifier: A stable identifier used to help detect users of your application that may be
19341937 violating OpenAI's usage policies. The IDs should be a string that uniquely
1935- identifies each user. We recommend hashing their username or email address, in
1936- order to avoid sending us any identifying information.
1938+ identifies each user, with a maximum length of 64 characters. We recommend
1939+ hashing their username or email address, in order to avoid sending us any
1940+ identifying information.
19371941 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
19381942
19391943 seed: This feature is in Beta. If specified, our system will make a best effort to
@@ -2246,8 +2250,9 @@ async def create(
22462250
22472251 safety_identifier: A stable identifier used to help detect users of your application that may be
22482252 violating OpenAI's usage policies. The IDs should be a string that uniquely
2249- identifies each user. We recommend hashing their username or email address, in
2250- order to avoid sending us any identifying information.
2253+ identifies each user, with a maximum length of 64 characters. We recommend
2254+ hashing their username or email address, in order to avoid sending us any
2255+ identifying information.
22512256 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
22522257
22532258 seed: This feature is in Beta. If specified, our system will make a best effort to
@@ -2551,8 +2556,9 @@ async def create(
25512556
25522557 safety_identifier: A stable identifier used to help detect users of your application that may be
25532558 violating OpenAI's usage policies. The IDs should be a string that uniquely
2554- identifies each user. We recommend hashing their username or email address, in
2555- order to avoid sending us any identifying information.
2559+ identifies each user, with a maximum length of 64 characters. We recommend
2560+ hashing their username or email address, in order to avoid sending us any
2561+ identifying information.
25562562 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
25572563
25582564 seed: This feature is in Beta. If specified, our system will make a best effort to
0 commit comments