Pythagora-io / gpt-pilot

The first real AI developer
Other
29.05k stars 2.9k forks source link

[Howto]: protected folders #752

Open quantuminformation opened 3 months ago

quantuminformation commented 3 months ago

Version

VisualStudio Code extension

Operating System

MacOS

Your question

How do we prevent this bot looking at protected folders or files, ie .env files with keys?

luyandadhlamini2 commented 3 months ago
  1. Use an external secrets management service such as:

OR

  1. Only use testing credentials while still developing your app with gpt-pilot.
    • Change to production/live credentials only when you are deploying the app.