diff --git a/index.html b/index.html index e566b8a..3055ca5 100644 --- a/index.html +++ b/index.html @@ -61,6 +61,26 @@
We intend to be a drop in replacement, you can use the existing open source OpenAI client to communicate with us.
+Because we don't require a valid API key, we don't have any real need for a server.
+ +Add this LLM to any static site or CDN.
+ +This web client-only solution uses uncloseai.js to make the browser act as a client, directly interacting with the API without needing an intermediary server. By eliminating the need for a valid API key, the API handles requests on behalf of the browser client, making it efficient and accessible thin client, especially those on battery power like phones & laptops.
+ +This static site has a live LLM demonstration above!
+To install the OpenAI package for Python, use pip:
We will likely implement a rate limit based on client IP address.
-Because we don't require a valid API key, we don't have any real need for a server.
- -Add this LLM to any static site or CDN.
- -This web client-only solution uses uncloseai.js to make the browser act as a client, directly interacting with the API without needing an intermediary server. By eliminating the need for a valid API key, the API handles requests on behalf of the browser client, making it efficient and accessible thin client, especially those on battery power like phones & laptops.
- -This static site has a live LLM demonstration. Feel free to message us in the box below.