MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / saveImageGenConfig

Function saveImageGenConfig

apps/webuiapps/src/lib/imageGenClient.ts:75–77  ·  view source on GitHub ↗
(config: ImageGenConfig)

Source from the content-addressed store, hash-verified

73}
74
75export function saveImageGenConfig(config: ImageGenConfig): void {
76 localStorage.setItem(CONFIG_KEY, JSON.stringify(config));
77}
78
79/** Parse custom headers, adding x-custom- prefix */
80function parseCustomHeaders(raw?: string): Record<string, string> {

Callers 2

ChatPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected