mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
latest updates
This commit is contained in:
@@ -10,6 +10,7 @@ from .httpclient import AsyncHttpClient, HttpClient
|
||||
from .utils import Logger, RetryConfig, remove_suffix
|
||||
from dataclasses import dataclass
|
||||
from openrouter import components
|
||||
from openrouter.models import internal
|
||||
from openrouter.types import OptionalNullable, UNSET
|
||||
from pydantic import Field
|
||||
from typing import Callable, Dict, Optional, Tuple, Union
|
||||
@@ -30,6 +31,7 @@ class SDKConfiguration:
|
||||
async_client: Union[AsyncHttpClient, None]
|
||||
async_client_supplied: bool
|
||||
debug_logger: Logger
|
||||
globals: internal.Globals
|
||||
security: Optional[
|
||||
Union[components.Security, Callable[[], components.Security]]
|
||||
] = None
|
||||
|
||||
Reference in New Issue
Block a user