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