Skip to content

Commit fcbbc39

Browse files
committed
fix release
1 parent 1665921 commit fcbbc39

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/inferencesh/__init__.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
ContextMessageRole,
1111
Message,
1212
ContextMessage,
13-
ContextMessageWithImage,
1413
LLMInput,
15-
LLMInputWithImage,
14+
LLMOutput,
15+
build_messages,
16+
stream_generate,
17+
timing_context,
1618
)
1719
from .utils import StorageDir, download
1820

@@ -24,9 +26,11 @@
2426
"ContextMessageRole",
2527
"Message",
2628
"ContextMessage",
27-
"ContextMessageWithImage",
2829
"LLMInput",
29-
"LLMInputWithImage",
30+
"LLMOutput",
31+
"build_messages",
32+
"stream_generate",
33+
"timing_context",
3034
"StorageDir",
3135
"download",
3236
]

0 commit comments

Comments
 (0)