mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-04 16:22:57 +08:00
fix typos (#3840)
* fix typos * ci --------- Co-authored-by: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com>
This commit is contained in:
@@ -563,7 +563,7 @@ class LLMEngine:
|
||||
try:
|
||||
req_id = self._format_and_add_data(prompts)
|
||||
except Exception as e:
|
||||
llm_logger.error(f"Error happend while adding request, details={e}, {str(traceback.format_exc())}")
|
||||
llm_logger.error(f"Error happened while adding request, details={e}, {str(traceback.format_exc())}")
|
||||
raise EngineError(str(e), error_code=400)
|
||||
|
||||
# Get the result of the current request
|
||||
|
Reference in New Issue
Block a user