fix(env): switch back to default env vars

This commit is contained in:
Goon
2023-09-08 18:06:03 +07:00
parent 92ac9df5f5
commit 1a71749f06
2 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@@ -167,4 +167,5 @@ cython_debug/
/pilot/gpt-pilot
# workspace
workspace
workspace
pilot-env

View File

@@ -1,5 +1,5 @@
# OPENAI or AZURE or OPENROUTER
ENDPOINT=OPENROUTER
ENDPOINT=OPENAI
OPENAI_ENDPOINT=
OPENAI_API_KEY=
@@ -11,11 +11,12 @@ OPENROUTER_API_KEY=
OPENROUTER_ENDPOINT=https://openrouter.ai/api/v1/chat/completions
# In case of Azure/OpenRouter endpoint, change this to your deployed model name
MODEL_NAME=openai/gpt-3.5-turbo-16k
MODEL_NAME=gpt4
# MODEL_NAME=openai/gpt-3.5-turbo-16k
MAX_TOKENS=8192
# Database
DATABASE_TYPE=postgres
# DATABASE_TYPE=postgres
DB_NAME=gpt-pilot
DB_HOST=