diff --git a/index.html b/index.html index cfdf429..e3c77a6 100644 --- a/index.html +++ b/index.html @@ -59,17 +59,13 @@
Add this script tag to your HTML to get the same floating AI button on your site:
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
- To install the OpenAI package for Python, use pip:
pip install openai
- To install the OpenAI package for Node.js, you can use npm in your package.json:
{
- "dependencies": {
- "openai": "^v4.67.3" // Use the latest version
- }
-}
-
- Run the following command to install it:
-npm install
-
- To install the OpenAI package for Node.js, you can use npm in your package.json:
{
+ "dependencies": {
+ "openai": "^v4.67.3" // Use the latest version
+ }
+}
+
+ Run the following command to install it:
+npm install
+