Use DataAnalyzr with an LLM of your choice
gpt-4o
model from OpenAI.
You are given the option to choose two separate llms - one for analysis and one for response generation.
The analysis LLM is used to generate and execute code on your data, to extract information relevant to the question and to generate visualisations.
The generation LLM is used to generate insights, recommendations, and tasks.
A list of supported LLMs can be found here.
LyzrLLMFactory
to create an object with the model name. Depending on the chosen LLM, credentials can be set in as environment variables or passed directly in the object.DataAnalyzr
class. Generation parameters for the LLM are configured by DataAnalyzr automatically.claude-3-opus-20240229
for analysis, andgpt-4-1106-preview
for generation.