Comparing version 1.0.42 to 1.0.43
@@ -113,3 +113,4 @@ export = Client; | ||
badWords?: string[], | ||
removeEndSequence?: boolean): Promise<{ | ||
removeEndSequence?: boolean, | ||
isInstruct?: boolean): Promise<{ | ||
status: number; | ||
@@ -116,0 +117,0 @@ statusText: string; |
{ | ||
"name": "nlpcloud", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"description": "NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, text generation, image generation, blog post generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, embeddings, and dependency parsing. It is ready for production, served through a REST API.\n\nThis is the Node.js client for the NLP Cloud API.\n\nMore details here: https://nlpcloud.io\n\nDocumentation: https://docs.nlpcloud.io", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
34847
498