mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-13 18:52:18 +03:00
fix(providers): deepai registry import + executor (base-red)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user