Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Dec 26, 2023
1 parent 63d33e2 commit c559272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openai_forward/cache/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
db_dict = FlaxKV(
"REMOTE_DB",
root_path_or_url=CACHE_ROOT_PATH_OR_URL,
backend="remote",
backend="leveldb",
cache=cache,
log="INFO",
save_log=True,
Expand All @@ -64,7 +64,7 @@
db_dict = FlaxKV(
"REMOTE_DB",
root_path_or_url=CACHE_ROOT_PATH_OR_URL,
backend="remote",
backend="leveldb",
cache=cache,
)

Expand Down

0 comments on commit c559272

Please sign in to comment.