From ad55da15fac9c8f794bc655ef95b4753dbce87fd Mon Sep 17 00:00:00 2001 From: Scott Watermasysk Date: Sun, 15 Sep 2024 18:18:46 -0400 Subject: [PATCH] Update azure_spec.rb (#778) --- spec/langchain/llm/azure_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/langchain/llm/azure_spec.rb b/spec/langchain/llm/azure_spec.rb index b66ef9e8..5562faea 100644 --- a/spec/langchain/llm/azure_spec.rb +++ b/spec/langchain/llm/azure_spec.rb @@ -53,7 +53,7 @@ ) end - it "updates chat_parameters with correct arguments", focus: true do + it "updates chat_parameters with correct arguments" do expect(subject.chat_parameters[:model]).to eq("gpt-4o-mini") expect(subject.chat_parameters[:n]).to eq(2) expect(subject.chat_parameters[:temperature]).to eq(0.5)