mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 05:20:39 +00:00
x
This commit is contained in:
parent
395008456e
commit
ebcee67e1c
@ -9,12 +9,12 @@ from langchain_anthropic import ChatAnthropic, ChatAnthropicMessages
|
|||||||
MODEL_NAME = "claude-3-5-haiku-latest"
|
MODEL_NAME = "claude-3-5-haiku-latest"
|
||||||
|
|
||||||
|
|
||||||
# def test_stream() -> None:
|
def test_stream() -> None:
|
||||||
# """Test streaming tokens from Anthropic."""
|
"""Test streaming tokens from Anthropic."""
|
||||||
# llm = ChatAnthropicMessages(model_name=MODEL_NAME) # type: ignore[call-arg, call-arg]
|
llm = ChatAnthropicMessages(model_name=MODEL_NAME) # type: ignore[call-arg, call-arg]
|
||||||
|
|
||||||
# for token in llm.stream("I'm Pickle Rick"):
|
for token in llm.stream("I'm Pickle Rick"):
|
||||||
# pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
async def test_astream() -> None:
|
async def test_astream() -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user