Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
906ae15
Fix FinishReason import issues in Gemini model tests
ipv1337 Apr 17, 2025
af6014c
Fix undefined variables in gemini.py and test_gemini_model_error_hand…
ipv1337 Apr 17, 2025
32975b3
Fix Ollama model list_models method and tests
ipv1337 Apr 17, 2025
2f89452
linter fixes
ipv1337 Apr 17, 2025
51d3d3f
Add error handling to Ollama model and improve test coverage
ipv1337 Apr 17, 2025
03fb396
Fix error handling methods in Ollama and update Gemini model tests
ipv1337 Apr 17, 2025
0aae2d5
Fix test failures in Gemini and Ollama model tests
ipv1337 Apr 17, 2025
5c5f798
Fix failing tests in OllamaModel by improving test mocking
ipv1337 Apr 17, 2025
dc443cf
Fix SonarCloud linter issues and add missing Gemini model tests
ipv1337 Apr 17, 2025
8c70f1d
Fix SonarCloud coverage configuration
ipv1337 Apr 17, 2025
d762f95
Fix test failures in Gemini coverage and Config tests
ipv1337 Apr 17, 2025
af3d115
Add additional test file and update sonar configuration
ipv1337 Apr 17, 2025
725f5b0
Fix OllamaModel edge case tests
ipv1337 Apr 18, 2025
f2c9121
Update sonar configuration
ipv1337 Apr 18, 2025
d839d0c
Update memory backup with Git Commit Workflow and Memory Backup Locat…
ipv1337 Apr 18, 2025
f011e83
Update memory backup with pipeline monitoring steps in Git workflow
ipv1337 Apr 18, 2025
e0b64b4
Fix test failures in Gemini and Ollama model tests
ipv1337 Apr 18, 2025
2bc17e3
Update test comment to trigger pipeline
ipv1337 Apr 18, 2025
4ee1462
Fix infinite loop issue and improve test coverage for error responses
ipv1337 Apr 18, 2025
f80c099
Fix async/await issues in GeminiModel and add sync helpers for tests
ipv1337 Apr 18, 2025
85c0451
chore: Fix syntax errors and improve language client test coverage
ipv1337 Apr 19, 2025
8eb88a1
test: Add tests for pydantic fallback base methods
ipv1337 Apr 19, 2025
50d440c
tweaks
ipv1337 Apr 19, 2025
bcfd4e9
fix
ipv1337 Apr 19, 2025
ce3701c
more fixes
ipv1337 Apr 19, 2025
21581d3
still fixing
ipv1337 Apr 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
724 changes: 424 additions & 300 deletions src/cli_code/models/gemini.py

Large diffs are not rendered by default.

Loading