Taras Tsugrii
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
llm/ext_server/ext_server.cpp
|
|
@ -208,7 +208,6 @@ void llama_server_completion(const char *json_req, ext_server_resp_t *resp) { |
|
|
void llama_server_completion_next_result(const int task_id, |
|
|
void llama_server_completion_next_result(const int task_id, |
|
|
ext_server_task_result_t *resp) { |
|
|
ext_server_task_result_t *resp) { |
|
|
assert(llama != NULL && resp != NULL); |
|
|
assert(llama != NULL && resp != NULL); |
|
|
std::string msg; |
|
|
|
|
|
resp->id = -1; |
|
|
resp->id = -1; |
|
|
resp->stop = false; |
|
|
resp->stop = false; |
|
|
resp->error = false; |
|
|
resp->error = false; |
|
|
|