Fixed readme example p -> P

pull/101/head
Oliver Clarke 2022-12-12 02:03:01 -06:00
rodzic e412ddcf6c
commit da05127f3a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ Today, OpenAI added additional Cloudflare protections that make it more difficul
4. Use both tokens when creating the API wrapper:
```ts
const api = new ChatGPTApI({
const api = new ChatGPTAPI({
sessionToken: process.env.SESSION_TOKEN,
clearanceToken: process.env.CLEARANCE_TOKEN,
userAgent: '' // replace to match your real browser's user agent