Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed May 22, 2024
1 parent ad04ed1 commit 226a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ragger/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, config: DictConfig) -> None:
api_key = None

self.server = (
f"{config.generator.server}:{config.generator.host}/v1"
f"{config.generator.server}:{config.generator.port}/v1"
if hasattr(config.generator, "server")
else None
)
Expand Down

0 comments on commit 226a88a

Please sign in to comment.