UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

11 lines (9 loc) 286 B
import { type ModelParamsSchema } from '@/libs/standard-parameters/meta-schema'; export const imagen4ParamsSchema: ModelParamsSchema = { aspectRatio: { default: '1:1', enum: ['1:1', '16:9', '9:16', '3:4', '4:3'], }, prompt: { default: '' }, seed: { default: null }, };