import { getChatResponse } from "https://deno.land/x/shellgpt@0.4.1/lib/ai.ts";
type
(req: ChatCompletionRequest, params?: { apiKey?: string; apiUrl?: string; headers?: Record<string, string>; }) => Promise<string | null>
import { getChatResponse } from "https://deno.land/x/shellgpt@0.4.1/lib/ai.ts";