cortex icon indicating copy to clipboard operation
cortex copied to clipboard

feat: [Add Response Code to Nitro REST API for Localization Support]

Open hahuyhoang411 opened this issue 7 months ago • 2 comments

Current Behavior

{"message":"Model unloaded successfully"}
{"message":"No model loaded"}

Expected Behavior

{"message":"Model unloaded successfully", "code": "ModelUnloadedSuccessfully"}
{"message":"No model loaded", "code": "NoModelLoaded"}

hahuyhoang411 avatar Nov 14 '23 07:11 hahuyhoang411