mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 09:46:24 +02:00
make context length configurable
This commit is contained in:
parent
8b209d4e17
commit
7b81c8a690
2 changed files with 4 additions and 1 deletions
|
|
@ -83,6 +83,7 @@ class LLMConfig(YamlModel):
|
|||
logprobs: Optional[bool] = None
|
||||
top_logprobs: Optional[int] = None
|
||||
timeout: int = 600
|
||||
context_length: Optional[int] = None # Max input tokens
|
||||
|
||||
# For Amazon Bedrock
|
||||
region_name: str = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue