How to deploy Searchbot9k: GPT-4 with internet access

How to deploy Searchbot9k: GPT-4 with internet access

Revolutionize Your Terminal Experience with SearchBot9k: A Step-by-Step Guide to Deploying a cool in Terminal Tool.

"Credits to user Pale2hall on GitHub for developing this tool"

Setup

Generate Open Api Keys

  1. Head over to https://platform.openai.com/overview. After logging in go to your profile in the top right corner, and click on View API keys
  2. Click on the "Create a new secret key button" and store the key somewhere safely. We will be using it shortly

Deployment

  1. Open up Terminal and enter the following command to clone the repository:
https://github.com/pale2hall/searchbot9k.git

2. Navigate to the project folder:

cd searchbot9k

3. Install the required dependencies: (For this command to run homebrew must be installed. You can download at https://brew.sh/)

npm install

4.Copy the sample.env file:

cp sample.env .env

5. Rename it to .env:

vim. env

6. The text editor should have opened up. From here we will replace the default OpenAI keys with our own keys we generated earlier

7. Replace the OpenAI model to gpt 3.5 turbo (Unless you have GPT 4 access)

We are done! To start the application, run the following command in terminal:

npm start -- "search query here"

By executing this command, the Electron application will start running and a webpage will be launched, where you watch ChatGPT build your queries and search for answers.

Kick back and watch as GPT - 4 autonomously browses the web and answers your questions!

Enjoy Zoners!