infra: rm together lagnchain test dp (#25866)

pull/23576/head
Bagatur 3 weeks ago committed by GitHub
parent 24f0c232fe
commit 1759ff5836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,6 @@
-e ../partners/openai
-e ../partners/anthropic
-e ../partners/fireworks
-e ../partners/together
-e ../partners/mistralai
-e ../partners/groq
jsonschema>=4.22.0,<5

@ -26,7 +26,6 @@ def test_all_imports() -> None:
"langchain_openai",
"langchain_anthropic",
"langchain_fireworks",
"langchain_together",
"langchain_mistralai",
"langchain_groq",
)
@ -36,7 +35,6 @@ def test_all_imports() -> None:
("gpt-4o", "openai"),
("claude-3-opus-20240229", "anthropic"),
("accounts/fireworks/models/mixtral-8x7b-instruct", "fireworks"),
("meta-llama/Llama-3-8b-chat-hf", "together"),
("mixtral-8x7b-32768", "groq"),
],
)

Loading…
Cancel
Save