UNPKG

docsgpt-bot

Version:

DocsGPT 🦖 is an innovative open-source tool designed to simplify the retrieval of information from project documentation using advanced GPT models 🤖.

15 lines (13 loc) • 464 B
interface WidgetProps { apiHost?: string; selectDocs?: string; apiKey?: string; avatar?: string; title?: string; description?: string; heroTitle?: string; heroDescription?: string; size?: 'small' | 'medium'; } export const DocsGPTWidget: ({ apiHost, selectDocs, apiKey, avatar, title, description, heroTitle, heroDescription, size }: WidgetProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=types.d.ts.map