MODEL_ID_ALIASES = {
    "gpt2": "huggingface_hub:gpt2",
    "gpt3": "openai:davinci-002",
    "chatgpt": "openai-chat:gpt-3.5-turbo",
    "gpt4": "openai-chat:gpt-4",
    "ernie-bot": "qianfan:ERNIE-Bot",
    "ernie-bot-4": "qianfan:ERNIE-Bot-4",
    "titan": "bedrock:amazon.titan-tg1-large",
}
