You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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/).
4
5
- View the [course notes](https://clumsy-humor-894.notion.site/Agent-from-scratch-13554fed51a380749554c44aa8989406?pvs=4)
5
6
6
7
## Setup Instructions
@@ -31,3 +32,10 @@ Create an [API Key from OpenAI](https://platform.openai.com/settings/organizatio
31
32
```
32
33
OPENAI_API_KEY='YOUR_API_KEY'
33
34
```
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.
0 commit comments