diff --git a/autogen/oai/openai_utils.py b/autogen/oai/openai_utils.py index 9f018f63ce18..f8dad6d79841 100644 --- a/autogen/oai/openai_utils.py +++ b/autogen/oai/openai_utils.py @@ -16,7 +16,7 @@ NON_CACHE_KEY = ["api_key", "base_url", "api_type", "api_version"] DEFAULT_AZURE_API_VERSION = "2024-02-15-preview" OAI_PRICE1K = { - # https://openai.com/pricing + # https://openai.com/api/pricing/ # gpt-4o "gpt-4o": (0.005, 0.015), "gpt-4o-2024-05-13": (0.005, 0.015),