-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-openai] removes space in "OpenAI" (#27202)
## 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
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
8c8771e
There was a problem hiding this comment.
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