Skip to content

Commit

Permalink
fix: fix llm-command package name
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Sep 6, 2024
1 parent bceb878 commit d09c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/llm-command/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@juananpe/snippet-llm-command",
"name": "@mongosh/snippet-llm-command",
"snippetName": "llm-command",
"version": "0.0.7",
"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)",
Expand Down

0 comments on commit d09c135

Please sign in to comment.