1.0.9 • Published 1 year ago

edgegptjs v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

EdgeGPTJs

English | 简体中文 npm version License: MIT

Welcome to EdgeGPTJs, a Node.js package inspired by the Python version EdgeGPT repository. This package allows you to reverse engineer the chat feature of the new version of Bing, making it easier than ever to leverage the power of Bing's chat capabilities within your own projects.

Table of Contents

Features

  • Reverse engineer the chat feature of the new version of Bing
  • Easy-to-use API with thorough documentation
  • Highly customizable and extendable

Roadmap

Requirements

  • A Microsoft Account with early access to https://bing.com/chat (Required)
  • Required in a supported country with New Bing (Chinese mainland VPN required)

Checking access (Required)

Getting authentication (Required)

  • Install the cookie editor extension for Chrome or Firefox
  • Go to bing.com
  • Open the extension
  • Click "Export" on the bottom right, then "Export as JSON" (This saves your cookies to clipboard)
  • Paste your cookies into a file cookies.json

Prompt Tool Usage

use ENVIRONMENT_VARIABLE to pass cookie jar file.

export COOKIE_FILE=/path/to/cookie.json
npx edgegptjs

or use

npx edgegptjs --cookie-file=cookie.json

Library Usage

To get started with EdgeGPTJs, import the package and create a new instance of Chatbot:

const { Chatbot } = require('edgegptjs');
const bot = new Chatbot(args.cookiePath);
await bot.chatHubInitialization;
const response = await bot.ask("What's the result of 1+1?");
console.log(`Bot: ${response}`);

For a detailed explanation of the API and available methods, please refer to the documentation.

Contributing

All Contributors

We welcome contributions from the community. If you'd like to contribute to EdgeGPTJs, please read our contributing guidelines to get started.

License

EdgeGPTJs is released under the MIT License.

Star History

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago