fix(typo):

This commit is contained in:
Alexander Myasoedov
2025-02-20 23:32:58 +02:00
parent 3c75a24622
commit ba67dd40ff
+1 -1
View File
@@ -169,7 +169,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec:
for key, value in secrets.items():
if not value:
continuev
continue
key = key.strip("$")
body = body.replace(f"${key}", value)