fix: linting

This commit is contained in:
ultrageopro
2025-02-13 15:29:18 +03:00
parent 438caa776d
commit 1a0d7d6ece

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"),