UNPKG

ai-pp3

Version:

CLI tool combining multimodal AI analysis with RawTherapee's engine to generate optimized PP3 profiles for RAW photography

11 lines 626 B
import { createOpenAICompatible } from "@ai-sdk/openai-compatible"; export const openaiCompatible = createOpenAICompatible({ baseURL: process.env.OPENAI_BASE_URL ?? "https://openrouter.ai/api/v1", apiKey: process.env.OPENAI_API_KEY, name: "openai-compatible", headers: { "HTTP-Referer": "https://github.com/tychenjiajun/art", // Optional. Site URL for rankings on openrouter.ai. "X-Title": "Art - AI-driven RAW photo processor that generates optimized PP3 profiles for RawTherapee", // Optional. Site title for rankings on openrouter.ai. }, }); //# sourceMappingURL=openai-compatible.js.map