Skip to content

Commit

Permalink
fix wrong port
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko committed Jul 21, 2024
1 parent 810b043 commit 7cc80e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/repository/inference_eng.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def instruct_infer_url(cls) -> str:
def instruct_embedding_url(cls) -> str:
"""
"""
return f"http://embedding_eng:8082/embedding"
return f"http://embedding_eng:8080/embedding"

Check failure on line 68 in backend/src/repository/inference_eng.py

View workflow job for this annotation

GitHub Actions / Code-Quality 💎 (ubuntu-latest, 3.11)

Ruff (F541)

backend/src/repository/inference_eng.py:68:16: F541 f-string without any placeholders

0 comments on commit 7cc80e3

Please sign in to comment.