Skip to content

Commit 971883d

Browse files
authored
Add moonshot porovider
1 parent b073b83 commit 971883d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_llm_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ def test_mistral_model():
122122
config = LLMConfig(provider="mistral", model_name="pixtral-large-latest")
123123
test_llm(config, "Describe this image", "assets/examples/test.png")
124124

125+
def test_moonshot_model():
126+
config = LLMConfig(provider="moonshot", model_name="moonshot-v1-32k-vision-preview")
127+
test_llm(config, "Describe this image", "assets/examples/test.png")
128+
125129
if __name__ == "__main__":
126130
# test_openai_model()
127131
# test_google_model()

0 commit comments

Comments
 (0)