Skip to content

Commit f90b3ce

Browse files
exiaohuliyuxuan-bd
authored andcommitted
fix: misc
1 parent ece14e0 commit f90b3ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

volcenginesdkarkruntime/resources/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
__all__ = [
2626
"Chat",
27-
"BotChat",
2827
"AsyncChat",
28+
"BotChat",
2929
"AsyncBotChat",
3030
"Embeddings",
3131
"AsyncEmbeddings",
@@ -35,7 +35,6 @@
3535
"AsyncContext",
3636
"MultimodalEmbeddings",
3737
"AsyncMultimodalEmbeddings",
38-
"AsyncContext",
3938
"ContentGeneration",
4039
"AsyncContentGeneration",
4140
"Images",

volcenginesdkarkruntime/resources/batch_chat/completions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from ..._exceptions import ArkAPITimeoutError, ArkAPIConnectionError, ArkAPIStatusError
2626
from ..._types import Body, Query, Headers
27-
from ..._utils._utils import with_sts_token, async_with_sts_token, deepcopy_minimal
27+
from ..._utils import with_sts_token, async_with_sts_token, deepcopy_minimal
2828
from ..._utils._key_agreement import aes_gcm_decrypt_base64_string
2929
from ..._base_client import make_request_options
3030
from ..._resource import SyncAPIResource, AsyncAPIResource

0 commit comments

Comments
 (0)