Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typo): 'guarentee' to 'guarantee' #2026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/openai/resources/chat/completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ def create(
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down Expand Up @@ -504,9 +504,9 @@ def create(
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down Expand Up @@ -755,9 +755,9 @@ def create(
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down Expand Up @@ -1107,9 +1107,9 @@ async def create(
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down Expand Up @@ -1365,9 +1365,9 @@ async def create(
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down Expand Up @@ -1616,9 +1616,9 @@ async def create(
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down
4 changes: 2 additions & 2 deletions src/openai/types/chat/completion_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ class CompletionCreateParamsBase(TypedDict, total=False):
utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will
be processed using the default service tier with a lower uptime SLA and no
latency guarentee.
latency guarantee.
- If set to 'default', the request will be processed using the default service
tier with a lower uptime SLA and no latency guarentee.
tier with a lower uptime SLA and no latency guarantee.
- When not set, the default behavior is 'auto'.

When this parameter is set, the response body will include the `service_tier`
Expand Down