mirror of
https://github.com/langgenius/dify.git
synced 2026-02-21 11:02:01 -05:00
Fix: remove unavailable return_preamble parameter in cohere (#3201)
Signed-off-by: Jat <jat@sinosky.org>
This commit is contained in:
@@ -297,7 +297,6 @@ class CohereLargeLanguageModel(LargeLanguageModel):
|
||||
chat_history=chat_histories,
|
||||
model=real_model,
|
||||
stream=stream,
|
||||
return_preamble=True,
|
||||
**model_parameters,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user