opendatahub-io / caikit-nlp-client

A grpc and http client library for caikit-nlp
Apache License 2.0
3 stars 6 forks source link

grpc client: add context manager #39

Closed dtrifiro closed 1 year ago

dtrifiro commented 1 year ago

usage:

with GrpcClient(host, port) as client:
    # use client
    ...
dtrifiro commented 1 year ago

Merge after #38