Skip to content

Commit

Permalink
ai-proxy model type: add multimodal__{vision,audio,vision_audio} (erd…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfwn committed Jan 2, 2024
1 parent b2a0b51 commit 769ae77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/proto/apps/aiproxy/model/model.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ enum ModelType {
audio = 3;
embedding = 4;
text_moderation = 5;
multimodal_text__visual = 6;
multimodal__vision = 6;
multimodal__audio = 7;
multimodal__vision_audio = 8;
}

message ModelCreateRequest {
Expand Down

0 comments on commit 769ae77

Please sign in to comment.