Files
gpt-pilot/pilot/.env.example
2023-09-01 10:41:39 +02:00

14 lines
262 B
Plaintext

#OPENAI or AZURE
ENDPOINT=OPENAI
OPENAI_API_KEY=
AZURE_API_KEY=
AZURE_ENDPOINT=
#In case of Azure endpoint, change this to your deployed model name
MODEL_NAME=gpt-4
MAX_TOKENS=8192
DB_NAME=gpt-pilot
DB_HOST=localhost
DB_PORT=5432
DB_USER=admin
DB_PASSWORD=admin