MCPcopy Create free account
hub / github.com/HisMax/RedInk / TextProviderForm

Interface TextProviderForm

frontend/src/composables/useProviderForm.ts:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34// 文本服务商表单类型
35export interface TextProviderForm {
36 name: string
37 type: string
38 api_key: string
39 api_key_masked: string
40 base_url: string
41 model: string
42 endpoint_type: string
43 _has_api_key: boolean
44}
45
46// 图片服务商表单类型
47export interface ImageProviderForm {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected