-
Notifications
You must be signed in to change notification settings - Fork 22
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(python/sdk): allow input_text into lemur #40
Merged
Conversation
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
jhazenaai
changed the title
chore: sync sdk code with DeepLearning repo
feat(python/sdk): allow input text into the python sdk
Nov 20, 2023
jhazenaai
changed the title
feat(python/sdk): allow input text into the python sdk
chore: sync sdk code with DeepLearning repo
Nov 20, 2023
jhazenaai
force-pushed
the
C832786C15E3BD17FAB23752630A2D29
branch
from
November 20, 2023 18:07
c8c2d24
to
bca9f9e
Compare
jhazenaai
changed the title
chore: sync sdk code with DeepLearning repo
feat(python/sdk): allow input_text into lemur
Nov 20, 2023
Swimburger
reviewed
Nov 20, 2023
jhazenaai
changed the title
feat(python/sdk): allow input_text into lemur
chore: sync sdk code with DeepLearning repo
Nov 20, 2023
jhazenaai
force-pushed
the
C832786C15E3BD17FAB23752630A2D29
branch
from
November 20, 2023 19:48
770c155
to
1abf5d9
Compare
GitOrigin-RevId: c2d97c625499679492c8d3c9083a39bc74211c83
jhazenaai
force-pushed
the
C832786C15E3BD17FAB23752630A2D29
branch
from
November 20, 2023 19:52
0847560
to
4f429d7
Compare
GitOrigin-RevId: 19545c51d4272d32010ae22b288014f0b23e9cde
GitOrigin-RevId: 675799264e2de79f8c4259a16d3e859c668f571a
GitOrigin-RevId: 2d85e3abd579b7270166fe9faaf88f534e9487da
GitOrigin-RevId: 9c36a4ad2fa7bd831920145ecf1c29b16765cc11
jhazenaai
changed the title
chore: sync sdk code with DeepLearning repo
feat(python/sdk): allow input_text into lemur
Nov 20, 2023
Swimburger
approved these changes
Nov 20, 2023
rodrahal
approved these changes
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add the ability to call LeMUR with
input_text
. Update tests.