AzureLLMConfiguration#

class council.llm.AzureLLMConfiguration[source]#

Bases: LLMConfigurationBase

Configuration for :class:AzureLLM

Parameters:
  • api_key (str) – the Azure api key

  • api_version (str) – the Azure api key. i.e. 2023-03-15-preview, 2023-05-15, 2023-06-01-preview

  • api_base (str) – the base path for Azure api

  • deployment_name (str) – the deployment name in Azure

  • temperature (int) – temperature settings for the LLM

Notes

https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#completions