ruff reformat

This commit is contained in:
Enrique Catalá
2025-02-14 00:16:59 +01:00
parent 0ece8e102d
commit f9d69b889e

View File

@@ -101,6 +101,7 @@ def estimate_tokens(text: str) -> int:
return int(tokens)
def get_default_host(binding_type: str) -> str:
default_hosts = {
"ollama": os.getenv("LLM_BINDING_HOST", "http://localhost:11434"),