| 44 | // ==================== 设置配置类型 ==================== |
| 45 | |
| 46 | export interface ModelConfig extends ConfigItemBase { |
| 47 | systemPrompt: string |
| 48 | topP: number |
| 49 | temperature: number |
| 50 | } |
| 51 | |
| 52 | export interface LLMConfig extends ConfigItemBase { |
| 53 | baseUrl: string |
nothing calls this directly
no outgoing calls
no test coverage detected