A Bing AI/Chat GPT powered virtual assistant in your terminal
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
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
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