Skip to content

Commit 7c47b07

Browse files
Update gpt.md
1 parent ec2a20d commit 7c47b07

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/src/en/gpt.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
Generates natural language text based on a given prompt using the [OpenAI](https://openai.com/) API's 'openai.ChatCompletion.create' endpoint.
99
This module, including its source code, documentation and unit tests, were partly written by OpenAI's Chat-GTP3.
1010

11-
NOTE:
12-
OpenAI API calls are only 'free' for the first three months after generating your OpenAI Account (OpenAI provides a $5 credit that expires).
13-
You can define a hard monthly billing limit (e.g. $1) [here](https://platform.openai.com/account/billing/limits).
14-
See their pricing and FAQ [here](https://openai.com/pricing).
1511
Get your OpenAI API key [here](https://platform.openai.com/account/api-keys).
12+
You can define a hard monthly billing limit [here](https://platform.openai.com/account/billing/limits).
13+
See their pricing and FAQ [here](https://openai.com/pricing).
1614

1715
Returns: A string containing the generated text.
1816

0 commit comments

Comments
 (0)