- Understanding
config.yaml
Structure environment_variables
Section: Defining Variables within YAMLmodel_list
Section: Defining Models and Deployments- Model List Parameter Summary
model_name
litellm_params
model
api_key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
PUT SHORT SCRIPT DESCRIPTION HERE AND ADD ANY ADDITIONAL KEYWORD SECTIONS AS NEEDED (.PARAMETER, .EXAMPLE, ETC.). | |
#> | |
[CmdletBinding()] | |
param ( | |
# PUT PARAMETER DEFINITIONS HERE AND DELETE THIS COMMENT. | |
) | |
process { |