From 88f2ae84d574253892a35c3bfb800a80a6f56fab Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 6 Sep 2024 14:48:58 +0200 Subject: [PATCH] Publish - @mongosh/snippet-llm-command@0.0.8 --- snippets/llm-command/package-lock.json | 2 +- snippets/llm-command/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/llm-command/package-lock.json b/snippets/llm-command/package-lock.json index 46b1c06..b6f8663 100644 --- a/snippets/llm-command/package-lock.json +++ b/snippets/llm-command/package-lock.json @@ -1,6 +1,6 @@ { "name": "@juananpe/snippet-llm-command", - "version": "0.0.6", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/snippets/llm-command/package.json b/snippets/llm-command/package.json index 39ea55b..9c9a89d 100644 --- a/snippets/llm-command/package.json +++ b/snippets/llm-command/package.json @@ -1,7 +1,7 @@ { "name": "@mongosh/snippet-llm-command", "snippetName": "llm-command", - "version": "0.0.7", + "version": "0.0.8", "description": "A snippet that provides an llm command to ask for MongoDB query expressions based on natural language instructions. Describe what MongoDB query you want to run and the llm command will answer you with a proposal based on Groq LLM API or any other local model (using ollama)", "author": "Juanan Pereira (https://ikasten.io)", "main": "index.js",