LLM Module

yipao.LLM.customllm.CustomLLM()

Base class for interacting with generative LLMs.

yipao.LLM.gemini.GoogleGenAi(model, api_key)

Class to handle interactions with Google's generative AI models.

yipao.LLM.vertex.VertexAiLLM(model_name, ...)

A specialized class derived from CustomLLM for interfacing with Google's Vertex AI generative models.