egullickson
  • Joined on 2025-12-29
egullickson closed issue egullickson/motovaultpro#224 2026-02-20 15:04:14 +00:00
feat: Add VIN decode endpoint to OCR Python service (#223)
egullickson closed issue egullickson/motovaultpro#223 2026-02-20 15:04:13 +00:00
feat: Replace NHTSA VIN decode with Google Gemini via OCR service
egullickson opened issue egullickson/motovaultpro#231 2026-02-20 14:54:32 +00:00
feat: Migrate Gemini SDK to google-genai and enable Google Search grounding for VIN decode
egullickson pushed to main at egullickson/motovaultpro 2026-02-20 14:26:47 +00:00
283ba6b108 fix: Remove VIN Cache
egullickson pushed to main at egullickson/motovaultpro 2026-02-20 03:56:31 +00:00
7d90f4b25a fix: add VIN year code table to Gemini decode prompt (refs #229)
egullickson deleted branch issue-223-replace-nhtsa-vin-decode-gemini from egullickson/motovaultpro 2026-02-20 03:37:54 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-20 03:37:52 +00:00
e2e6471c5e Merge pull request 'fix: increase VIN decode timeout for Gemini cold start' (#230) from issue-223-replace-nhtsa-vin-decode-gemini into main
3b5b84729f fix: increase VIN decode timeout to 60s for Gemini cold start (refs #229)
Compare 2 commits »
egullickson merged pull request egullickson/motovaultpro#230 2026-02-20 03:37:50 +00:00
fix: increase VIN decode timeout for Gemini cold start
egullickson created pull request egullickson/motovaultpro#230 2026-02-20 03:31:46 +00:00
fix: increase VIN decode timeout for Gemini cold start
3b5b84729f fix: increase VIN decode timeout to 60s for Gemini cold start (refs #229)
egullickson deleted branch issue-223-replace-nhtsa-vin-decode-gemini from egullickson/motovaultpro 2026-02-20 03:10:51 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-20 03:10:50 +00:00
d9df9193dc Merge pull request 'feat: Replace NHTSA VIN decode with Google Gemini via OCR service (#223)' (#229) from issue-223-replace-nhtsa-vin-decode-gemini into main
781241966c chore: change google region
bf6742f6ea chore: Gemini 3.0 Flash Preview model
5bb44be8bc chore: Change to Gemini 3.0 Flash
361f58d7c6 fix: resolve VIN decode cache race, fuzzy matching, and silent failure (refs #229)
Compare 10 commits »
egullickson merged pull request egullickson/motovaultpro#229 2026-02-20 03:10:48 +00:00
feat: Replace NHTSA VIN decode with Google Gemini via OCR service (#223)
781241966c chore: change google region
bf6742f6ea chore: Gemini 3.0 Flash Preview model
5bb44be8bc chore: Change to Gemini 3.0 Flash
361f58d7c6 fix: resolve VIN decode cache race, fuzzy matching, and silent failure (refs #229)