Daethyra
Daethyra
> I tried 2 versions, but none of those worked per your recommendation. Did I get something wrong? > > url: "https://www.ft.com", match: "ft.com/_usa_", > > url: "https://www.ft.com/", match: "ft.com/_usa_",...
The way you're writing it is inefficient for the lack of wildcard usage. By the way you asked for help, the solution would be: ```typescript import { Config } from...
Successful bandaid fix: I changed a line in the root dir's `Dockerfile`: - `&& npm install --omit=dev --omit=optional \` - to - `&& npm install --include=dev --audit=false \` and the...
> I don't know js/ts either, but I fixed this by moving zod from devDependencies to dependencies in package.json and leaving the Dockerfile unchanged. > > ``` > diff --git...
Seems like your hit your organization's cap, not that you were banned. Check your quota [here](https://platform.openai.com/account/limits). Pay close attention to the difference between RPM/RPD, which respectively is requests per minute...