This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Fix: remove unavailable return_preamble parameter in cohere (
#3201
)
Signed-off-by: Jat <jat@sinosky.org>
tags/0.6.1
Jat
1 year ago
parent
19cb3c7871
commit
bae0c071cd
No account linked to committer's email address
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
api/core/model_runtime/model_providers/cohere/llm/llm.py
+ 0
- 1
api/core/model_runtime/model_providers/cohere/llm/llm.py
View File
@@ -297,7 +297,6 @@ class CohereLargeLanguageModel(LargeLanguageModel):
chat_history=chat_histories,
model=real_model,
stream=stream,
return_preamble=True,
**model_parameters,
)
Write
Preview
Loading…
Cancel
Save