From 980bbe2bc356e837da114f58941a8abc1d11c1c1 Mon Sep 17 00:00:00 2001 From: Shlomi <81581678+jit-shlomi@users.noreply.github.com> Date: Mon, 8 May 2023 16:16:48 +0300 Subject: [PATCH] fix typo in the getting started docs (#3997) Co-authored-by: Richard Beales --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index c4974914..a7640b64 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -23,7 +23,7 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt [openai/api limits]: https://platform.openai.com/docs/guides/rate-limits/overview#:~:text=Free%20trial%20users,RPM%0A40%2C000%20TPM !!! important - It's highly recommended that you keep keep track of your API costs on [the Usage page](https://platform.openai.com/account/usage). + It's highly recommended that you keep track of your API costs on [the Usage page](https://platform.openai.com/account/usage). You can also set limits on how much you spend on [the Usage limits page](https://platform.openai.com/account/billing/limits). ![For OpenAI API key to work, set up paid account at OpenAI API > Billing](./imgs/openai-api-key-billing-paid-account.png)