| 33 | |
| 34 | // 文本服务商表单类型 |
| 35 | export 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 | // 图片服务商表单类型 |
| 47 | export interface ImageProviderForm { |
nothing calls this directly
no outgoing calls
no test coverage detected