mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-30 08:03:32 +01:00
14 lines
262 B
Plaintext
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
|