Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY authored Jan 29, 2024
1 parent c823dc0 commit 9c9d297
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 @@ -9,7 +9,7 @@ CACHE_OPENAI=true
CACHE_ROUTES=["/v1/chat/completions","/v1/embeddings"]

# `CACHE_BACKEND`: Options (MEMORY, LMDB, LevelDB)
CACHE_BACKEND=leveldb
CACHE_BACKEND=MEMORY
#CACHE_ROOT_PATH_OR_URL=./FLAXKV_DB

DEFAULT_REQUEST_CACHING_VALUE=false
Expand Down

0 comments on commit 9c9d297

Please sign in to comment.