Function: AiAssistant()
AiAssistant(
props
):Element
Defined in: assistant.tsx:148
Main AI Assistant component for React applications
Parameters
props
AiAssistantProps
The props of the Assistant component. See AiAssistantProps for more details.
Returns
Element
The rendered AI Assistant component
Example
<AiAssistant
modelProvider="openai"
model="gpt-4"
apiKey="your-api-key"
/>