OpenAILLMConfiguration#
- class council.llm.OpenAILLMConfiguration[source]#
Bases:
LLMConfigurationBaseConfiguration for :class:OpenAILLM
- Parameters:
api_key (str) – the OpenAI api key
model (str) – optional model version to use
timeout (int) – seconds to wait for response from OpenAI before timing out
Notes