fix(providers): deepai registry import + executor (base-red)

This commit is contained in:
diegosouzapw
2026-08-12 03:39:45 -03:00
committed by backryun
parent 57640277a2
commit 8fc4afcbae

View File

@@ -1,9 +1,10 @@
import type { RegistryEntry } from "../shared";
import type { RegistryEntry } from "../../shared.ts";
export const deepaiProvider: RegistryEntry = {
id: "deepai",
alias: "deepai",
format: "custom",
executor: "default",
baseUrl: "https://api.deepai.org",
authType: "apikey",
authHeader: "api-key",