fix: correct "bugs" to "issues" in routing table and README references across multiple documentation files

This commit is contained in:
2026-06-14 07:48:10 +00:00
parent f79a427f32
commit f2b910ea75
162 changed files with 7011 additions and 1134 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ from typing import Any
import httpx
from devplacepy import stealth
from .config import Settings
from .cost import record_usage
from .errors import LLMError
@@ -17,7 +18,7 @@ logger = logging.getLogger("devii.llm")
class LLMClient:
def __init__(self, settings: Settings) -> None:
self._settings = settings
self._client = httpx.AsyncClient(
self._client = stealth.stealth_async_client(
timeout=settings.timeout_seconds,
headers={
"Authorization": f"Bearer {settings.ai_key}",