Fix linting

This commit is contained in:
yangdx
2025-02-13 21:01:34 +08:00
parent e1d9dba20d
commit 47268c2ab1

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