Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add moderations endpoint and update openai-types #47

Merged
merged 5 commits into from
Aug 20, 2024

Conversation

transitive-bullshit
Copy link
Collaborator

  • fixes Add support for moderations endpoint #41 to add moderations support
  • updates some out-of-date comments on ChatMessage type
  • updates openai-types to latest
  • fixes license to be consistent w/ readme (MIT Dexa 2024)

Copy link
Collaborator

@rileytomasek rileytomasek left a comment

Choose a reason for hiding this comment

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

🙏🏻

@@ -48,18 +48,6 @@ export declare class Threads extends APIResource {
*/
createAndRunStream(body: ThreadCreateAndRunParamsBaseStream, options?: Core.RequestOptions): AssistantStream;
}
/**
<<<<<<< HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

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

lol openai

@transitive-bullshit transitive-bullshit merged commit 854b07a into master Aug 20, 2024
8 checks passed
@transitive-bullshit transitive-bullshit deleted the feature/update-openai-types branch August 20, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for moderations endpoint
2 participants