This is a Python based Assistant with a visualizer using OpenAI API
- Speak conversation and visualizer.
- Stops listening when stop is in sentence.
- Has memory based on text file as reference
python.exe -m pip install -r requirements.txt
pip3 install -r requirements.txt
Create .env file and add OPENAI_API_KEY="Your API key" python file uses dotenv.load() to load API key from .env file
python.exe Assistant.py
python3 Assistant.py
Notes: Issues with sync of visualizer sometimes works better than others. If context wiindow is too large it won't store to txt memory. Will have more functionality soon.