Skip to content

Commit

Permalink
fix(llm-command): shorten description (#8)
Browse files Browse the repository at this point in the history
Otherwise, the table displayed by mongosh will wrap around on most terminals.
  • Loading branch information
addaleax authored Sep 6, 2024
1 parent c1f4c47 commit 40277b2
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
Expand Up @@ -2,7 +2,7 @@
"name": "@mongosh/snippet-llm-command",
"snippetName": "llm-command",
"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)",
"description": "Provides a llm command to ask for MongoDB query expressions in natural language, using Groq or any other local model (ollama)",
"author": "Juanan Pereira (https://ikasten.io)",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 40277b2

Please sign in to comment.