-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
651a39c
commit 98d7c56
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule interfaces
updated
12 files
+35 −25 | gooseai/engines/engines.pb.go | |
+4 −0 | gooseai/engines/engines_pb.d.ts | |
+31 −1 | gooseai/engines/engines_pb.js | |
+12 −12 | gooseai/engines/engines_pb2.py | |
+733 −630 | gooseai/generation/generation.pb.go | |
+52 −17 | gooseai/generation/generation_pb.d.ts | |
+378 −95 | gooseai/generation/generation_pb.js | |
+106 −95 | gooseai/generation/generation_pb2.py | |
+7 −8 | gooseai/go.mod | |
+15 −22 | gooseai/go.sum | |
+1 −0 | src/proto/engines.proto | |
+13 −4 | src/proto/generation.proto |