feat: forward zhipu finish_reason (#7560)

pull/7563/head^2
orangeclk 2 years ago committed by GitHub
parent a40073afa4
commit a24717765e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -444,6 +444,7 @@ class ZhipuAILargeLanguageModel(_CommonZhipuaiAI, LargeLanguageModel):
delta=LLMResultChunkDelta(
index=delta.index,
message=assistant_prompt_message,
finish_reason=delta.finish_reason
)
)

Loading…
Cancel
Save