Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Sep 6, 2024
1 parent 0647ca6 commit b5c9735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def init_config() -> dict:
info(data)
redis_host = data['redis']['host']
redis_port = data['redis']['port']
model = data['vs']['model']
model = data['vss']['model']
password = os.getenv("REDIS_PASSWD")

info(f"Connecting to redis at {redis_host}:{redis_port}")
Expand Down

0 comments on commit b5c9735

Please sign in to comment.