No description
Find a file
2025-12-03 06:48:16 +01:00
css Update theme color in scheme.css and improve README formatting 2025-12-03 06:40:32 +01:00
scripts Init 2025-12-03 06:33:48 +01:00
.gitignore Init 2025-12-03 06:33:48 +01:00
config.yaml Update README and config files to include model configuration variables 2025-12-03 06:48:16 +01:00
LICENSE Init 2025-12-03 06:33:48 +01:00
README.md Update README and config files to include model configuration variables 2025-12-03 06:48:16 +01:00
styles.css Init 2025-12-03 06:33:48 +01:00

Environment variables

Create .env and fill it with these:

YASB_OPENAI_API_KEY="<your-api-key>"
YASB_WEATHER_API_KEY="<your-api-key>"
YASB_WEATHER_LOCATION="<your-location>"
YASB_THEME_COLOR="<your-favorite-color-in-hex>"
YASB_MODEL_1="<your-model-name>"
YASB_MODEL_1_LABEL="<your-model-label>"

Configuration

Make sure to update the bars and widgets in config.yaml to your liking! If you don't know how to do that, check out the YASB documentation for help.

PS: If you want an easy way to update and manage YASB, check out this awesome Command Palette extension for YASB.