chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:08:54 +08:00
commit 4a4a1fed67
721 changed files with 262090 additions and 0 deletions
@@ -0,0 +1,12 @@
import pytest
from lightrag.api.config import get_default_host
pytestmark = pytest.mark.offline
def test_gemini_default_host_uses_sdk_default_endpoint(monkeypatch):
monkeypatch.delenv("LLM_BINDING_HOST", raising=False)
assert get_default_host("gemini") == "DEFAULT_GEMINI_ENDPOINT"