OAI_CONFIG_LIST
in JSON format to store the LLM keys. OAI_CONFIG_LIST
is a list of dictionaries where each dictionary contains the following keys:model
(required): The name of the OpenAI/LLM model.api_key
(optional): The API key for the OpenAI/LLM model.api_type
(optional): The type of the API key. It is used for non-OpenAI LLMs.api_version
(optional): The version of the API key. It is used for Azure API.base_url
(optional): The base URL for the OpenAI/LLM model.tags
(optional): A list of tags for the OpenAI/LLM model which can be used for filtering.OAI_CONFIG_LIST
in JSON format which consists of two OpenAI models and a gemini model:OAI_CONFIG_LIST
can be set in two ways:OAI_CONFIG_LIST
environment variable in your terminal:Ctrl+Shift+P
and select Dev Containers: Reopen in Container
.