Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update logo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Nov 28, 2023
1 parent e54fd1f commit cdbc149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prefect_openai/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion prefect_openai/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion prefect_openai/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdbc149

Please sign in to comment.