Skip to content

Commit

Permalink
Add audio artifact type (#102)
Browse files Browse the repository at this point in the history
New `ARTIFACT_AUDIO` value
  • Loading branch information
pharmapsychotic authored Dec 11, 2024
1 parent 5b47549 commit 57bdc2f
Show file tree
Hide file tree
Showing 10 changed files with 212 additions and 203 deletions.
286 changes: 145 additions & 141 deletions gooseai/generation/generation.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gooseai/generation/generation_pb.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion gooseai/generation/generation_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 41 additions & 40 deletions gooseai/generation/generation_pb2.py

Large diffs are not rendered by default.

Empty file modified gooseai/generation/tensors_pb.d.ts
100755 → 100644
Empty file.
Empty file modified gooseai/generation/tensors_pb.js
100755 → 100644
Empty file.
Empty file modified gooseai/generation/tensors_pb2.py
100755 → 100644
Empty file.
14 changes: 7 additions & 7 deletions gooseai/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 15 additions & 14 deletions gooseai/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/proto/generation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ enum ArtifactType {
ARTIFACT_TENSOR = 9;
ARTIFACT_DEPTH = 10;
ARTIFACT_3D_MODEL = 11;
ARTIFACT_AUDIO = 12;
}

// Generally, a GPT BPE 16-bit token, paired with an optional string representation.
Expand Down

0 comments on commit 57bdc2f

Please sign in to comment.