Skip to content

TechyCSR/GUIPersonalAIAssistant

Repository files navigation

Personal AI Assistant

AI Assistant bot with Bing AI ( using EdgeGPT API )

Features

  • Multi Language Support
  • Image Download ( Gif & JPG)
  • Voice Recognition Enables
  • Can allow every one to use
  • Allow you set your own cookie at runtime
  • Allow you set a bot name to you
  • Export conversation to Text File
  • Hot update the EdgeGPT dependence
  • Image Generation Using EdgeGPt

Setup

Requirements

  • python 3.8+
  • A Microsoft Account with early access to http://bing.com/chat
  • Good practical skills and a clear mind!

Checking bing AI access (Required)

PS: Everyone can access Bing AI for chat now, even anonymous users.

Getting authentication (Mandatory)

  • Install the cookie editor extension for Chrome or Firefox or Edge
  • Go to bing.com & SignIN Or SignUp ( Mandatory )
  • 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 cookie.json

Install requirements

pip install -r requirements.txt

Set environment variables ( OPTIONAL)

Then edit config.py file and set bot_name, master, VoiceType etc..(Check Configuration File for more )

Run

python main.py

That's ALL Your Personal AI Assistant is ready to use !!!