/voice-assistant

A Bing AI/Chat GPT powered virtual assistant in your terminal

Primary LanguagePythonMIT LicenseMIT

Virtual Assistant

Made by AyuItz inspired by Ai-Austin

A Bing AI/Chat GPT powered virtual assistant in your terminal

How to setup?

1. Install all requirements

In order to use this voice assistant, you have to install the requirements through pip so we will do

python -m pip install -r requirements.txt

2. Fill up config variables

BING_WAKE_WORD = "word to trigger Bing AI"
GPT_WAKE_WORD = "word to trigger gpt, usually your voice assistant name"
openai.api_key = "your openai api key"
# you can get this key from OpenAI Dashboard (https://platform.openai.com/account/api-keys)
gpt_model = "your chat gpt model"
# read about it at https://platform.openai.com/docs/api-reference/models
system_content = "role for your voice assistant"
# read the docs at https://platform.openai.com/docs/api-reference/chat/create#chat/create-role

3. Run the file

Run the following command in your terminal to start your virtual assistant

python main.py

To use the Bing AI you have to manually chat with the Bing once on their site