Your own jarvis
- Clone the repo
- In terminal, run
pip install openai
- Paste the following in
~/.zshrc
or~/.bashrc
export OPENAI_API_KEY="<YOUR_OPENAI_API_KEY>" export JARVIS_LOCATION="<REPO_LOCATION>" source $JARVIS_LOCATION/jarvis.sh
Don't forget to replace appropriate values for
<YOUR_OPENAI_API_KEY>
and<REPO_LOCATION>
- Want jarvis to read out the response? (For Mac users only), paste the following
~/.zshrc
or~/.bashrc
export JARVIS_VOICE_RESPONSE=true
- Restart Terminal
- Install Fig from here
- Open Fig & navigate to the plugin store
- Search & Install
My Jarvis
- In the Configuration tab, provide the values for
OPENAI_API_KEY
- [Mac users] Want jarvis to read out response? Toggle
MAKE JARVIS SPEAK [Works only on MacOS currently]
- [Mac users] Want jarvis to read out response? Toggle
- In terminal, run
fig source