UNPKG

deepinfra

Version:
6 lines (5 loc) 111 B
export interface QuestionAnsweringRequest { question: string; context: string; webhook?: string; }