From cdbc1498222a44b19bdcf6fab7601560ace61237 Mon Sep 17 00:00:00 2001 From: Nathan Nowack Date: Tue, 28 Nov 2023 11:42:34 -0600 Subject: [PATCH] Update logo URLs --- prefect_openai/completion.py | 2 +- prefect_openai/credentials.py | 2 +- prefect_openai/image.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/prefect_openai/completion.py b/prefect_openai/completion.py index 69655e3..5331104 100644 --- a/prefect_openai/completion.py +++ b/prefect_openai/completion.py @@ -89,7 +89,7 @@ class CompletionModel(Block): ) _block_type_name = "OpenAI Completion Model" - _logo_url = "https://images.ctfassets.net/gm98wzqotmnx/QE8JwcbZBmIfiognXDLcY/2bcd4c759f877d37159f576101218b49/open-ai-logo-8B9BFEDC26-seeklogo.com.png?h=250" # noqa + _logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/760539393a7dbf93a143fb01c2a8b0fe7157a8d8-247x250.png" # noqa _documentation_url = "https://prefecthq.github.io/prefect-openai/completion/#prefect_openai.completion.CompletionModel" # noqa @property diff --git a/prefect_openai/credentials.py b/prefect_openai/credentials.py index 8f3db54..734ce2f 100644 --- a/prefect_openai/credentials.py +++ b/prefect_openai/credentials.py @@ -38,7 +38,7 @@ class OpenAICredentials(CredentialsBlock): """ _block_type_name = "OpenAI Credentials" - _logo_url = "https://images.ctfassets.net/gm98wzqotmnx/QE8JwcbZBmIfiognXDLcY/2bcd4c759f877d37159f576101218b49/open-ai-logo-8B9BFEDC26-seeklogo.com.png?h=250" # noqa + _logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/760539393a7dbf93a143fb01c2a8b0fe7157a8d8-247x250.png" # noqa _documentation_url = "https://prefecthq.github.io/prefect-openai/credentials/#prefect_openai.credentials.OpenAICredentials" # noqa api_key: SecretStr = Field( diff --git a/prefect_openai/image.py b/prefect_openai/image.py index 37d7c46..d012688 100644 --- a/prefect_openai/image.py +++ b/prefect_openai/image.py @@ -56,7 +56,7 @@ class ImageModel(Block): ) _block_type_name = "OpenAI Image Model" - _logo_url = "https://images.ctfassets.net/gm98wzqotmnx/QE8JwcbZBmIfiognXDLcY/2bcd4c759f877d37159f576101218b49/open-ai-logo-8B9BFEDC26-seeklogo.com.png?h=250" # noqa + _logo_url = "https://cdn.sanity.io/images/3ugk85nk/production/760539393a7dbf93a143fb01c2a8b0fe7157a8d8-247x250.png" # noqa @property def logger(self) -> Logger: