_ _
_ _ _ _ _ _ ___ __| |___| |
| '_| || | ' \/ _ \/ _` / -_) |
|_| \_,_|_||_\___/\__,_\___|_|
--------------------------------------
LLM Model Runner - Web Hook SyntaxTrình chạy mô hình LLM - Cú pháp móc web
--------------------------------------
======================================
1. Web Hook Syntax1. Cú pháp móc web
--------------------------------
[ SYNTAX ]
POST <WEB_HOOK_URL>
+ <job_code> : code of running job
+ <result> : file parameter of result file
[ CÚ PHÁP ]
POST <WEB_HOOK_URL>
+ <job_code> : mã lệnh chạy công việc
+ <result> : tham số tập tin của tập tin kết quả
======================================
2. Example on CURL2. Ví dụ về CURL
--------------------------------
For example:
+ Web Hook: https://takotesai.ngrok.io/runodel/web-hook
+ Result File: /home/runodel/result.zip
+ Job Code: A0001
CURL command:
curl -F "job_code=A0001" -F "result=@/home/runodel/result.zip" "https://takotesai.ngrok.io/runodel/web-hook"
Ví dụ:
+ Móc Web: https://takotesai.ngrok.io/runodel/web-hook
+ Tệp kết quả: /home/runodel/result.zip
+ Mã công việc: A0001
Lệnh CURL:
curl -F "job_code=A0001" -F "result=@/home/runodel/result.zip" "https://takotesai.ngrok.io/runodel/web-hook"
======================================
ADVERTISE QUẢNG CÁO
--------------------------------