Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Park committed Nov 19, 2024
1 parent da0e6c0 commit 5c74842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/vertexai/tests/integration_tests/test_maas.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ async def test_astream(model_name: str) -> None:
llm = get_vertex_maas_model(model_name=model_name, location="us-central1")
output = llm.astream("What is the meaning of life?")
async for chunk in output:
print(f"Debug: Received chunk: {chunk}")
assert isinstance(chunk, AIMessageChunk)


Expand Down

0 comments on commit 5c74842

Please sign in to comment.