From ccba50f4405b445ac60f0187cde2934d500df399 Mon Sep 17 00:00:00 2001 From: rachsg7 <59638465+rachsg7@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:04:16 -0700 Subject: [PATCH] Name fix --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 50862c7..685e51e 100644 --- a/module.json +++ b/module.json @@ -1,13 +1,13 @@ { - "id": "llm-lib-dev", - "title": "LLM Lib Dev", + "id": "llm-lib", + "title": "LLM Lib", "description": "Large Language Model Library that takes an API key to hook into your favorite LLM", "authors": [ { "name": "Rachel Schutz" } ], - "version": "1.0.0", + "version": "1.0.1", "compatibility": { "minimum": "10", "verified": "11",