Removes TZAP as a validator that was using OpenAI GPT to analyze the code
Adds a slighly more generic (but not fully generic) validator that currently uses Gemini Flash
The new validator is using a new module that attempts to be more generic in case we want to start implementing later other LLMs APIs. For now this new module is tied to gemini but it has some ground work to make it generic should we want to in the future
The new validator is using a new module that attempts to be more generic in case we want to start implementing later other LLMs APIs. For now this new module is tied to gemini but it has some ground work to make it generic should we want to in the future