From d47a85ecdecb7da929a56cec7d90cc1d21de0007 Mon Sep 17 00:00:00 2001 From: Hk669 Date: Tue, 14 May 2024 15:53:12 +0530 Subject: [PATCH] pricing url fixed --- autogen/oai/openai_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),