MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / ImageGenConfig

Interface ImageGenConfig

frontend/components/autofigure/ImageGenSettings.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { LLM_PROVIDERS, type LLMProvider } from "@/lib/autofigure-types"
6
7interface ImageGenConfig {
8 provider: LLMProvider
9 apiKey: string
10 model: string
11 baseUrl: string
12}
13
14interface ImageGenSettingsProps {
15 isOpen: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected