Skip to content

Completions #13

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

Merged
merged 13 commits into from
Apr 3, 2023
Merged

Completions #13

merged 13 commits into from
Apr 3, 2023

Conversation

CJCrafter
Copy link
Owner

@CJCrafter CJCrafter commented Mar 31, 2023

This adds support for OpenAI's Completions API. These are more primitive models compared to the Chat models, but still have their use case!

  • Add completion classes
  • Add methods to OpenAI
  • Add streaming support
  • Write javadocs
  • Write wiki examples

@CJCrafter
Copy link
Owner Author

This Pull Request will change the OpenAI class to reduce redundancy and improve the API. It is being rewritten to support sync and async calls (for both create and stream).

@CJCrafter
Copy link
Owner Author

Completed javadocs and wiki examples

@CJCrafter CJCrafter merged commit 8db59dd into master Apr 3, 2023
@CJCrafter CJCrafter deleted the completions branch April 3, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant