Remove rbw dependency and ask for OpenAI key directly
This commit is contained in:
parent
c6241adf5a
commit
1d91f3d683
4 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ export EDITOR=nvim
|
|||
export VISUAL="$EDITOR"
|
||||
export QT_STYLE_OVERRIDE=kvantum
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export OPENAI_API_KEY="{{ (rbwFields "OpenAI").api_key.value }}"
|
||||
export OPENAI_API_KEY="{{ .openAIKey }}"
|
||||
|
||||
# Dev Stuff
|
||||
export NPM_PACKAGES="$HOME/.npm-packages"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue