mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 12:18:24 +00:00
infra: rm together lagnchain test dp (#25866)
This commit is contained in:
parent
24f0c232fe
commit
1759ff5836
@ -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…
Reference in New Issue
Block a user