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

feat: Initial AI21 Client #4

Merged
merged 27 commits into from
Nov 7, 2024
Merged

feat: Initial AI21 Client #4

merged 27 commits into from
Nov 7, 2024

Conversation

Josephasafg
Copy link
Collaborator

Please Notice that I haven't added tests yet, they will be added in upcoming PRs, so no worries :)

Current Features:

  • AI21 Client
  • HTTP Client
  • Support ChatCompletions
  • Support Streaming

}
return new Stream<T>(response);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we don't cover well api calls that don't return body in the generic handleAPIResponse impl. (if it's dedicated to handle LLM interaction call like jamba_create response handling let's only rename)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Discussed

@Josephasafg Josephasafg merged commit d254ff8 into main Nov 7, 2024
1 check passed
@Josephasafg Josephasafg deleted the initial_model_support branch November 7, 2024 13:13
@Josephasafg
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.0-rc.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Josephasafg
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants