fix: correct "bugs" to "issues" in routing table and README references across multiple documentation files
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user