Skip to content

Commit

Permalink
add username to BuyAIModelReqPackageRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Mahdi Malmasi committed Mar 7, 2024
1 parent 4065bb5 commit 7a29c10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protos/platform_management/wallet_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ message GetAIModelsCostPerReqResponse {

message BuyAIModelReqPackageRequest {
uint32 user_id = 1;
string ai_model_name = 2;
uint64 req_count = 3;
string username = 2;
string ai_model_name = 3;
uint64 req_count = 4;
}

message BuyAIModelReqPackageResponse { // empty message
Expand Down

0 comments on commit 7a29c10

Please sign in to comment.