From a4bf1864e90dd333a30f8226e018635d3f6123b4 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Mon, 15 Jul 2024 10:34:16 -0700 Subject: [PATCH] docs: MIT in features section --- .changeset/fifty-buttons-cross.md | 5 +++++ README.md | 2 +- docs/README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/fifty-buttons-cross.md diff --git a/.changeset/fifty-buttons-cross.md b/.changeset/fifty-buttons-cross.md new file mode 100644 index 0000000..7bba193 --- /dev/null +++ b/.changeset/fifty-buttons-cross.md @@ -0,0 +1,5 @@ +--- +'token.js': patch +--- + +MIT in features section diff --git a/README.md b/README.md index b4267e6..48902a4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Integrate 60+ LLMs with one TypeScript SDK using OpenAI's format. Free and open * Use OpenAI's format to call 60+ LLMs from 9 providers. * Supports tools, JSON outputs, image inputs, streaming, and more. * Runs completely on the client side. No proxy server needed. -* Free and open source under GPLv3. +* Free and open source under MIT. ## Supported Providers diff --git a/docs/README.md b/docs/README.md index 9ab0206..0489fda 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,7 @@ description: >- * Use OpenAI's format to call 60+ LLMs from 9 providers. * Supports tools, JSON outputs, image inputs, streaming, and more. * Runs completely on the client side. No proxy server needed. -* Free and open source under GPLv3. +* Free and open source under MIT. ## Supported Providers