Normalize Model Name (Legacy Compatibility)
Source:R/llm_providers.R, R/user_validation_helpers.R
normalize_model_name.RdValidates and normalizes model names. This function maintains backward compatibility with existing code.
Converts model names to the standardized format: Provider/model-name Maintains backward compatibility with existing model names.
Usage
normalize_model_name(
model,
groq.API = NULL,
openai.API = NULL,
anthropic.API = NULL,
silently = FALSE
)
normalize_model_name(
model,
groq.API = NULL,
openai.API = NULL,
anthropic.API = NULL,
silently = FALSE
)