Skip to content

Commit

Permalink
Remove focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 14, 2024
1 parent 6eeae1f commit 66dd2a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ describe("GAuth Anthropic Chat", () => {
console.log(aiMessage.lc_kwargs);
});

test.only("stream", async () => {
test("stream", async () => {
const model = new ChatVertexAI({
modelName,
callbacks,
Expand Down

0 comments on commit 66dd2a0

Please sign in to comment.