Type alias CreateChatOptions

CreateChatOptions: NodeLlamaCppOptions & {
    model: string;
}

Type declaration

  • model: string