Skip to content

Commit 352b800

Browse files
authored
added course link
1 parent 8181196 commit 352b800

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
[![Frontend Masters](https://static.frontendmasters.com/assets/brand/logos/full.png)](https://frontendmasters.com/courses/ai-agents/)
12
# Build an AI Agent from Scratch Workshop
23

3-
- Watch the workshop on [Frontend Masters](https://frontendmasters.com/workshops/build-ai-agent/).
4+
- Watch the workshop on [Frontend Masters](https://frontendmasters.com/courses/ai-agents/).
45
- View the [course notes](https://clumsy-humor-894.notion.site/Agent-from-scratch-13554fed51a380749554c44aa8989406?pvs=4)
56

67
## Setup Instructions
@@ -31,3 +32,10 @@ Create an [API Key from OpenAI](https://platform.openai.com/settings/organizatio
3132
```
3233
OPENAI_API_KEY='YOUR_API_KEY'
3334
```
35+
36+
OpenAI requires you to add a minimum of $5 USD credit to your account. Go to the [billing page](https://platform.openai.com/settings/organization/billing/overview) and add credits.
37+
38+
![image](https://github.com/user-attachments/assets/6de27e21-8345-48a7-adf9-5dfee3e8e1c9)
39+
40+
> [!NOTE]
41+
> It can take up to 20 minutes for the credits to be available via the API. So if you get an `insufficient_quota` error, try again in a few minutes.

0 commit comments

Comments
 (0)