Skip to content

Commit 6d69fce

Browse files
authored
fix(moonshot): Update SUPPORTED properties. (#507)
1 parent ac46291 commit 6d69fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/any_llm/providers/moonshot/moonshot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ class MoonshotProvider(BaseOpenAIProvider):
88
PROVIDER_DOCUMENTATION_URL = "https://platform.moonshot.ai/"
99

1010
SUPPORTS_EMBEDDING = False # Moonshot doesn't host an embedding model
11+
SUPPORTS_COMPLETION_IMAGE = False
12+
SUPPORTS_COMPLETION_PDF = False

0 commit comments

Comments
 (0)