Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

KevCui/LedgeGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

L'edge GPT

Forked from acheong08/EdgeGPT, with some personal tweaks.

Download & Install

$ wget 'https://raw.githubusercontent.com/KevCui/EdgeGPT/master/src/EdgeGPT.py'
$ chmod +x EdgeGPT.py
$ pip install certifi httpx prompt_toolkit requests rich websockets

Configuration

  1. Sign in Bing chat in browser
  2. Get _U cookie value
  3. Put _U cookie value in JSON string below and save it as a JSON file:
[
  {
    "name": "_U",
    "value": "<your_cookie_value>"
  }
]

Usage

$ ./EdgeGPT.py --cookie-file <your_cookie_file> --help