Files
gpt-pilot/pilot/.env.example
Sander Hilven 984379fe71 Adde Azure OpenAI endpoint.
Tested and confirmed working.
2023-09-01 09:53:17 +02:00

12 lines
179 B
Plaintext

#OPENAI or AZURE
ENDPOINT=OPENAI
OPENAI_API_KEY=
AZURE_API_KEY=
AZURE_ENDPOINT=
AZURE_MODEL_NAME=
DB_NAME=gpt-pilot
DB_HOST=localhost
DB_PORT=5432
DB_USER=admin
DB_PASSWORD=admin