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.

+

Web Client-Only Solution: Interact with AI Services Directly from Static Sites or CDNs

+ +

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!

+

Installing the OpenAI Client

Python

To install the OpenAI package for Python, use pip:

@@ -301,25 +321,6 @@ speech.ai.unturf.com {

We will likely implement a rate limit based on client IP address.

-

Web Client-Only Solution: Interact with AI Services Directly from Static Sites or CDNs

- -

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.

Questions & Comments & Discussions