Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone committed Jun 3, 2024
1 parent 7664946 commit 86bb2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEFAULT_NUMBER_OF_COMPLETIONS_TO_GENERATE =1
DEFAULT_COMPLETION_TEMPERATURE=0.7
DEFAULT_EMBEDDING_POOLING_METHOD=mean
LLAMA_EMBEDDING_SERVER_LISTEN_PORT=8089
UVICORN_NUMBER_OF_WORKERS=2
UVICORN_NUMBER_OF_WORKERS=1
MINIMUM_STRING_LENGTH_FOR_DOCUMENT_EMBEDDING=15
MAX_RETRIES=10
DB_WRITE_BATCH_SIZE=25
Expand Down

0 comments on commit 86bb2da

Please sign in to comment.