mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 04:42:38 +02:00
update bedrock
This commit is contained in:
parent
07d4be2df3
commit
8c84de7468
6 changed files with 75 additions and 36 deletions
|
|
@ -100,6 +100,10 @@ class LLMConfig(YamlModel):
|
|||
# For Messages Control
|
||||
use_system_prompt: bool = True
|
||||
|
||||
# reasoning / thinking switch
|
||||
reasoning: bool = False
|
||||
reasoning_tokens: int = 4000 # reasoning budget tokens to generate, usually smaller than max_tokens
|
||||
|
||||
@field_validator("api_key")
|
||||
@classmethod
|
||||
def check_llm_key(cls, v):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue