CD-rajveer

Results 3 comments of CD-rajveer

@rlouf is right, Gemini is capable of doing anything if given right set of instructions. need to focus on prompt engineering for gemini

yes I read that documentation. and defined my custom llm here ```python from deepeval.models.base_model import DeepEvalBaseLLM class TestGoogleGenerativeAI(DeepEvalBaseLLM): """Class to implementGoogle Geverative AI for DeepEval""" def __init__(self, model): self.model =...

@penguine-ip I am running in a python file. I joined discord already.