Skip to content

Commit d09c135

Browse files
committed
fix: fix llm-command package name
1 parent bceb878 commit d09c135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/llm-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@juananpe/snippet-llm-command",
2+
"name": "@mongosh/snippet-llm-command",
33
"snippetName": "llm-command",
44
"version": "0.0.7",
55
"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)",

0 commit comments

Comments
 (0)