openai-openapi icon indicating copy to clipboard operation
openai-openapi copied to clipboard

feat: autogenerate protobuf service, go stubs

Open TylerGillson opened this issue 2 years ago • 0 comments

This PR adds an Earthfile for autogenerating a gRPC service for OpenAI, as well as go gRPC stubs.

Some ugliness remains:

git clone https://github.com/TylerGillson/gnostic-grpc -b tyler/fix-repeated-props && \
(cd gnostic-grpc && /bin/sh plugin-creation.sh) && \

It can be cleaned up if/when the following PRs are merged:

  • https://github.com/google/gnostic-grpc/pull/89
  • https://github.com/google/gnostic-grpc/pull/80

TylerGillson avatar May 19 '23 20:05 TylerGillson