- Introduced a new .env file containing sensitive environment variables and configuration settings. - Updated docker-compose.yml to reference the new .env file for environment variables instead of stack.env. - Adjusted volume paths and network configurations for improved clarity and organization. - Commented out legacy model configurations in model_config.yaml for future reference.
31 lines
812 B
YAML
31 lines
812 B
YAML
# model_list:
|
|
# - model_name: "*"
|
|
# litellm_params:
|
|
# model: "*"
|
|
# - model_name: "openai/*"
|
|
# litellm_params:
|
|
# model: "openai/*"
|
|
# api_key: os.environ/OPENAI_API_KEY
|
|
# litellm_settings:
|
|
# check_provider_endpoint: true
|
|
|
|
# - model_name: "anthropic/*"
|
|
# litellm_params:
|
|
# model: "anthropic/*"
|
|
# api_key: os.environ/ANTHROPIC_API_KEY
|
|
# litellm_settings:
|
|
# check_provider_endpoint: true
|
|
|
|
# - model_name: "gemini/*"
|
|
# litellm_params:
|
|
# model: "gemini/*"
|
|
# api_key: os.environ/GEMINI_API_KEY
|
|
# litellm_settings:
|
|
# check_provider_endpoint: true
|
|
|
|
# - model_name: nova-2
|
|
# litellm_params:
|
|
# model: deepgram/nova-2
|
|
# api_key: os.environ/DEEPGRAM_API_KEY
|
|
# model_info:
|
|
# mode: audio_transcription |