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

Interface Provider

frontend/src/composables/useProviderForm.ts:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15// 服务商数据类型
16export interface Provider {
17 type: string
18 model: string
19 base_url?: string
20 api_key?: string
21 api_key_masked?: string
22 endpoint_type?: string
23 high_concurrency?: boolean
24 short_prompt?: boolean
25 [key: string]: any
26}
27
28// 服务商配置类型
29export interface ProviderConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected