Skip to content

Commit 6b9d416

Browse files
committed
add StableDiffusionImageSynthesisWrapper test case
1 parent 612b1b6 commit 6b9d416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/model_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
OpenAIChatWrapper,
2929
PostAPIChatWrapper,
3030
AnthropicChatWrapper,
31+
StableDiffusionImageSynthesisWrapper,
3132
)
3233

3334

@@ -79,6 +80,7 @@ def test_build_in_model_wrapper_classes(self) -> None:
7980
"litellm_chat": LiteLLMChatWrapper,
8081
"yi_chat": YiChatWrapper,
8182
"anthropic_chat": AnthropicChatWrapper,
83+
"sd_txt2img": StableDiffusionImageSynthesisWrapper,
8284
},
8385
)
8486

0 commit comments

Comments
 (0)