Skip to content

ridzuan05/chatgtp-bing-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Bing Clone

Unleash the power of ChatGPT/GPT-4 by connecting it to internet! IMAGE ALT TEXT HERE

Getting Started

  1. Clone this repository
git clone https://github.com/VRSEN/chatgtp-bing-clone
  1. Create a venv and install the requirements:
python3 -m venv ./venv

.\venv\Scripts\activate

pip install -r requirements.txt
  1. Get your API key from OpenAI and set it as an environment variable:
# Windows
set OPENAI_API_KEY=<your_api_key>
# Mac/Linux
export OPENAI_API_KEY=<your_api_key>
  1. Get your programmable serach engine id and google cloud custom search developer key
  2. Add keys from the last step in code accordingly

If you need more a more sophisticated assistant, with payments/production backend/custom UI reach out to me on Fiverr or Upwork:

About

Connect ChatGPT to internet!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%