Skip to content

Commit

Permalink
fixup! Tests for chat
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Jun 17, 2024
1 parent b872ac8 commit 2a3f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/omniai/chat/usage_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let(:data) do
{
'input_tokens' => 2,
'output_tokens' => 3
'output_tokens' => 3,
}
end

Expand All @@ -24,7 +24,7 @@
{
'prompt_tokens' => 2,
'completion_tokens' => 3,
'total_tokens' => 5
'total_tokens' => 5,
}
end

Expand Down

0 comments on commit 2a3f6cd

Please sign in to comment.