Skip to content

Commit

Permalink
add path to CreateModelRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghoobian committed Nov 26, 2023
1 parent fc702a2 commit 875b9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protos/ai_services/ai_models/recommendation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ message ModelProperties {

message CreateModelRequest {
ModelProperties model = 1;
bool verbose = 2;
string path = 2;
bool verbose = 3;
}

message CreateModelResponse { // empty message
Expand Down

0 comments on commit 875b9ca

Please sign in to comment.