Skip to content

Commit

Permalink
Update azure_spec.rb (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwater authored Sep 15, 2024
1 parent 8b94656 commit ad55da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/langchain/llm/azure_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ad55da1

Please sign in to comment.