Skip to content

Commit db8d051

Browse files
committed
[update] llm-sys version
1 parent e8d3b36 commit db8d051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/llm_framework/main_sys/src/event_loop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ int sys_reset(int com_id, const nlohmann::json &json_obj)
499499

500500
int sys_version(int com_id, const nlohmann::json &json_obj)
501501
{
502-
usr_out(json_obj["request_id"], json_obj["work_id"], std::string("v1.3"), com_id);
502+
usr_out(json_obj["request_id"], json_obj["work_id"], std::string("v1.4"), com_id);
503503
int out = 0;
504504
return out;
505505
}

0 commit comments

Comments
 (0)