package
0.0.0-20241226012124-11c37684d0f4
Repository: https://github.com/gentcod/nlp-to-sql.git
Documentation: pkg.go.dev
# Functions
InitLLM initializes LLM based on type and specification required to communicate with selected LLM API.
NewGeminiLLM is used to initalize a LLM that communicates with Google's Gemini API.
NewGeminiLLM is used to initalize a LLM that communicates with OpenAI's ChatGPT API.
# Interfaces
LLM represents the LLM choice for text generation.