mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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/openai
|
||||||
-e ../partners/anthropic
|
-e ../partners/anthropic
|
||||||
-e ../partners/fireworks
|
-e ../partners/fireworks
|
||||||
-e ../partners/together
|
|
||||||
-e ../partners/mistralai
|
-e ../partners/mistralai
|
||||||
-e ../partners/groq
|
-e ../partners/groq
|
||||||
jsonschema>=4.22.0,<5
|
jsonschema>=4.22.0,<5
|
||||||
|
@ -26,7 +26,6 @@ def test_all_imports() -> None:
|
|||||||
"langchain_openai",
|
"langchain_openai",
|
||||||
"langchain_anthropic",
|
"langchain_anthropic",
|
||||||
"langchain_fireworks",
|
"langchain_fireworks",
|
||||||
"langchain_together",
|
|
||||||
"langchain_mistralai",
|
"langchain_mistralai",
|
||||||
"langchain_groq",
|
"langchain_groq",
|
||||||
)
|
)
|
||||||
@ -36,7 +35,6 @@ def test_all_imports() -> None:
|
|||||||
("gpt-4o", "openai"),
|
("gpt-4o", "openai"),
|
||||||
("claude-3-opus-20240229", "anthropic"),
|
("claude-3-opus-20240229", "anthropic"),
|
||||||
("accounts/fireworks/models/mixtral-8x7b-instruct", "fireworks"),
|
("accounts/fireworks/models/mixtral-8x7b-instruct", "fireworks"),
|
||||||
("meta-llama/Llama-3-8b-chat-hf", "together"),
|
|
||||||
("mixtral-8x7b-32768", "groq"),
|
("mixtral-8x7b-32768", "groq"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user