Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "gpt-script", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple GPT", | ||
@@ -5,0 +5,0 @@ "keywords": ["GPT-J", "GPT-2", "LLM", "GPT", "Chatbot", "GPT-simple"], |
@@ -8,3 +8,3 @@ # GPTScript | ||
```sh | ||
npm i GPTScript | ||
npm i gpt-script | ||
``` | ||
@@ -15,3 +15,3 @@ | ||
```sh | ||
yarn add GPTScript | ||
yarn add gpt-script | ||
``` | ||
@@ -18,0 +18,0 @@ |
9396