Skip to content

Commit

Permalink
[dagster-openai] removes space in "OpenAI" (#27202)
Browse files Browse the repository at this point in the history
## Summary & Motivation

- OpenAI branding does not contains a space between "Open" and "AI"

<img width="561" alt="image"
src="https://github.com/user-attachments/assets/fbf64b79-2b04-4667-848b-be243a6943ac"
/>

## How I Tested These Changes

## Changelog

- Updates `openai` kinds tag to be "OpenAI" instead of "Open AI"
  • Loading branch information
cmpadden authored Jan 17, 2025
1 parent c7309c3 commit 8c8771e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/project_ask_ai_dagster/lineage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export const KNOWN_TAGS: Record<KnownTagType, KnownTag> = {
},
openai: {
icon: openai,
content: 'Open AI',
content: 'OpenAI',
},
vercel: {
icon: vercel,
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-openai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_version():
author="Dagster Labs",
author_email="[email protected]",
license="Apache-2.0",
description="A Open AI client resource for interacting with Open AI API.",
description="An OpenAI client resource for interacting with OpenAI API.",
url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-openai",
classifiers=[
"Programming Language :: Python :: 3.9",
Expand Down

1 comment on commit 8c8771e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-ouf4wnlh4-elementl.vercel.app

Built with commit 8c8771e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.