deedubFICTIV
deedubFICTIV
Updating to v3.3.0 got me past the issues I was having. I'll leave this open in case someone wants to look into why those issues were experienced with v4.20.0, but...
I did use `openai/shims/node` which got me past the fetch error. Here's the tsconfig.json file: ``` // tsconfig.json { "compilerOptions": { /* Basic Options */ //"incremental": true, /* Enable incremental...
To be clear, this was being used in a backend nodeJS environment. Would I still want to use the web shim?