Skip to content

Commit cf58805

Browse files
authored
Merge pull request #448 from ordago/typos
Fixes typos
2 parents e9ca288 + dc8e390 commit cf58805

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function fineTunes(): FineTunes
128128
}
129129

130130
/**
131-
* Given a input text, outputs if the model classifies it as violating OpenAI's content policy.
131+
* Given an input text, outputs if the model classifies it as violating OpenAI's content policy.
132132
*
133133
* @see https://platform.openai.com/docs/api-reference/moderations
134134
*/

src/Contracts/ClientContract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function fineTuning(): FineTuningContract;
8989
public function fineTunes(): FineTunesContract;
9090

9191
/**
92-
* Given a input text, outputs if the model classifies it as violating OpenAI's content policy.
92+
* Given an input text, outputs if the model classifies it as violating OpenAI's content policy.
9393
*
9494
* @see https://platform.openai.com/docs/api-reference/moderations
9595
*/

src/Contracts/Resources/ThreadsContract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function retrieve(string $id): ThreadResponse;
5555
public function modify(string $id, array $parameters): ThreadResponse;
5656

5757
/**
58-
* Delete an thread.
58+
* Delete a thread.
5959
*
6060
* @see https://platform.openai.com/docs/api-reference/threads/deleteThread
6161
*/

src/Resources/Threads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function modify(string $id, array $parameters): ThreadResponse
106106
}
107107

108108
/**
109-
* Delete an thread.
109+
* Delete a thread.
110110
*
111111
* @see https://platform.openai.com/docs/api-reference/threads/deleteThread
112112
*/

0 commit comments

Comments
 (0)