From e3c425a09f37326ce69a7fd5f0f0ed16d7f9c59d Mon Sep 17 00:00:00 2001 From: Bregwin Jogi Date: Thu, 14 Nov 2024 03:42:11 -0500 Subject: [PATCH] Add script readme and tests --- README.md | 2 ++ test/{main.test.js => gemini.test.js} | 0 2 files changed, 2 insertions(+) rename test/{main.test.js => gemini.test.js} (100%) diff --git a/README.md b/README.md index c547ec5..01cfd4f 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ refactorcode examples/test.py -m 1.5p **-t or --token-usage:** Allows get information on the tokens used +**-s or --stream** Streams the response as it is received + ```bash refactorcode examples/test.py -o hello.py diff --git a/test/main.test.js b/test/gemini.test.js similarity index 100% rename from test/main.test.js rename to test/gemini.test.js