Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @mongosh/snippet-llm-command@0.0.8
  • Loading branch information
addaleax committed Sep 6, 2024
1 parent 590a2bf commit 88f2ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/llm-command/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snippets/llm-command/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 88f2ae8

Please sign in to comment.