mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
add config in provider
This commit is contained in:
parent
0f919c5172
commit
fe52bf6032
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class OpenAILLM(BaseLLM):
|
|||
"max_tokens": self._get_max_tokens(messages),
|
||||
"n": 1,
|
||||
# "stop": None, # default it's None and gpt4-v can't have this one
|
||||
"temperature": 0.3,
|
||||
"temperature": self.config.temperature,
|
||||
"model": self.model,
|
||||
"timeout": max(self.config.timeout, timeout),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue