mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
capetalize
This commit is contained in:
@@ -70,7 +70,7 @@ After you have Python and (optionally) PostgreSQL installed, follow these steps:
|
||||
7. `mv .env.example .env` (create the .env file)
|
||||
8. Add your environment to the `.env` file:
|
||||
- LLM Provider (OpenAI/Azure/Openrouter)
|
||||
- your API key
|
||||
- Your API key
|
||||
- database settings: SQLite/PostgreSQL (to change from SQLite to PostgreSQL, just set `DATABASE_TYPE=postgres`)
|
||||
- optionally set IGNORE_FOLDERS for the folders which shouldn't be tracked by GPT Pilot in workspace, useful to ignore folders created by compilers (i.e. `IGNORE_FOLDERS=folder1,folder2,folder3`)
|
||||
9. `python db_init.py` (initialize the database)
|
||||
|
||||
Reference in New Issue
Block a user