Kindly Suggest how to send request from apache benchmark tool.
Following is the curl syntax
curl -X ‘POST’ /usecase/run_usecase_fromvs -H ‘accept: application/json’ -H ‘Content-Type: multipart/form-data’ -F ‘usecase_name=Code Generation’ -F ‘user_input=Generate function to add two numbers’ -F ‘language=py’ -F ‘token=Xenius_df227a0a-c79f-45fa-9c5a-69ab34729159’ -F ‘llmguard=false’
I trid -p flag but it was not working. Want to do benchmarking of the url.
user3401645 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.