import { type Moderation } from "https://deno.land/x/openai@v4.33.1/resources/moderations.ts";
const { CategoryScores } = Moderation;
A list of the categories along with their scores as predicted by model.
x/openai/resources/moderations.ts>Moderation.CategoryScores
import { type Moderation } from "https://deno.land/x/openai@v4.33.1/resources/moderations.ts";
const { CategoryScores } = Moderation;
A list of the categories along with their scores as predicted by model.