Adde Azure OpenAI endpoint.

Tested and confirmed working.
This commit is contained in:
Sander Hilven
2023-09-01 09:53:17 +02:00
parent 4638a209b2
commit 984379fe71
2 changed files with 38 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
#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