PhindConfig constructor
const
PhindConfig({})
Implementation
const PhindConfig({
required this.apiKey,
this.baseUrl = 'https://https.extension.phind.com/agent/',
this.model = 'Phind-70B',
this.maxTokens,
this.temperature,
this.systemPrompt,
this.timeout,
this.topP,
this.topK,
this.tools,
this.toolChoice,
LLMConfig? originalConfig,
}) : _originalConfig = originalConfig;