Skip to content

Commit

Permalink
fix gemini test
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Feb 6, 2025
1 parent 4e9b321 commit d25cc32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,4 @@ def test_chat_gemini_sql(self):
print(response)
self.assertIsInstance(response, LLMResponse)
self.check_sql(response.content)
self.assertEqual(response.input_tokens, 87)
self.assertTrue(response.output_tokens < 10)

0 comments on commit d25cc32

Please sign in to comment.