Some openapi test scripts
- Open account at openai - https://platform.openai.com/account/
- Create a API key - https://platform.openai.com/account/api-keys
- Load key into .env and setup gitignore
(base) jason@jlan-basement:~/hal-scripts$ cat .env
API_KEY = "sk-mysupersecretkey"
(base) jason@jlan-basement:~/hal-scripts$
(base) jason@jlan-basement:~/hal-scripts$ cat .gitignore
# Ignore Mac system files
.DS_store
# Ignore node_modules folder
node_modules
# Ignore files related to API keys
.env
# Ignore SASS config files
.sass-cache
(base) jason@jlan-basement:~/hal-scripts$
pip install -r requirements.txt
(base) jason@jlan-basement:~/hal-scripts$ python hal_sysinfo.py
A simple HTML page, inventory.html, provides a local inventory tracker using your browser's local storage. Open the file in a web browser and add items to build a small inventory table. Items can be removed with the Delete button.