mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-29 15:59:42 +02:00
update dashscope stream output
This commit is contained in:
parent
cec879f71b
commit
41d6d2be1d
2 changed files with 4 additions and 2 deletions
|
|
@ -192,6 +192,8 @@ class DashScopeLLM(BaseLLM):
|
|||
if self.config.temperature > 0:
|
||||
# different model has default temperature. only set when it"s specified.
|
||||
kwargs["temperature"] = self.config.temperature
|
||||
if stream:
|
||||
kwargs["incremental_output"] = True
|
||||
return kwargs
|
||||
|
||||
def _check_response(self, resp: GenerationResponse):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue