what is store in LLM ?
# ask-ai
c
what is store in LLM ?
t
Thanks for reaching out, Antoine. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
The
store
parameter in the
LLMOptions
dataclass is a boolean value (or
None
) that can be specified when initializing an OpenAI LLM instance. It is included in the options passed to the OpenAI API during completion requests. While the exact functionality isn't explicitly detailed, it is likely used to determine whether to store or save the conversation history or completion results. Sources: Tree View: | dse-workbench | livekit.plugins.openai API documentation