Skip to content

Commit

Permalink
Fix reading INFINITY_API_KEY (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Jun 25, 2024
1 parent 70d2d7f commit cdc6bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/infinity_emb/infinity_emb/infinity_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def v2(
redirect_slash: str = MANAGER.redirect_slash,
log_level: UVICORN_LOG_LEVELS = MANAGER.log_level, # type: ignore
permissive_cors: bool = False,
api_key: str = "",
api_key: str = MANAGER.api_key,
proxy_root_path: str = MANAGER.proxy_root_path,
):
"""Infinity API ♾️ cli v2
Expand Down

0 comments on commit cdc6bd6

Please sign in to comment.