Type Alias: AiAssistantConfig
AiAssistantConfig:
object
Defined in: config-panel.tsx:20
The configuration for the AI Assistant.
Type declaration
apiKey
apiKey:
string
The API key for the AI provider.
baseUrl?
optional
baseUrl:string
The base URL for the AI provider.
isReady
isReady:
boolean
Whether the AI Assistant is ready to use.
model
model:
string
The AI model.
provider
provider:
Provider
The AI provider.
temperature
temperature:
number
The temperature for the AI model.
topP
topP:
number
The top P for the AI model.