Skip to content

Enable top chat models to perform internet searches, web browsing, and other API-supported tasks.

License

Notifications You must be signed in to change notification settings

open-kbs/ai-tools

Repository files navigation

AI Tools · License: MIT

App Icon Enable top chat models to perform internet searches, web browsing, and other API-supported tasks.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Installation Guide

Step 1: Install OpenKBS CLI and Login

You need to have the OpenKBS CLI installed on your system and Login:

npm install -g openkbs
openkbs login

If you do not have npm installed, you can check https://github.com/open-kbs/openkbs (Download Binary)

Step 2: Clone the Repository

Clone the repository to your local machine:

git clone git@github.com:open-kbs/ai-tools.git
cd ai-tools

Step 3: Deploy the Application to the OpenKBS Cloud (to run our backend services locally - continue reading):

Deploy your application using the OpenKBS CLI:

openkbs push

Once the deployment is complete, you will receive a URL for your app: https://{kbId}.apps.openkbs.com. Login to your KB and have fun!

Step 4: Running the Frontend Locally for development

Run the OpenKBS UI dev server locally:

npm i
npm start

Step 5: Running the Backend Locally

Run the Chat server locally:

npm run chat
  • Enter your OPENAI_KEY when prompted. This key will be stored at ~/.openkbs/.env.
  • From OpenKBS UI change the Chat model to GPT-* On-premises models

Step 6: Running the AI Services locally on your own GPU

To run this AI app on your own GPU with Llama 3.1 and Stable Diffusion 3, read more here Install OpenKBS AI Server

Install via WEB

To install this app via our website visit AI Tools

License

This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

About

Enable top chat models to perform internet searches, web browsing, and other API-supported tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published