Repository Configuration
You can configure vx
to work for repository without sharing any API keys or tokens.
After installing vx navigate to your repository and run:
Terminal
vx init
This will create a .vx
yaml configuraiton file and add it to your .gitignore
Configuration File
This is the file vx init
will generate. Add your API keys here
github_key: ""
openai_key: ""
repo: ""
repourl: ""
Be sure this file does not get checked-in to source control.