mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 09:16:21 +02:00
feat: + annotations
This commit is contained in:
parent
455c59d8c4
commit
27561765cf
2 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
@Time : 2023/5/1 11:59
|
||||
@Author : alexanderwu
|
||||
@File : const.py'
|
||||
@Modified By: mashenquan, 2023/8/28. Add 'OPTIONS', 'DEFAULT_LANGUAGE'
|
||||
@Modified By: mashenquan, 2023/8/28. Add 'OPTIONS', 'DEFAULT_LANGUAGE', 'DEFAULT_MAX_TOKENS'
|
||||
"""
|
||||
import contextvars
|
||||
from pathlib import Path
|
||||
|
|
@ -40,3 +40,4 @@ MEM_TTL = 24 * 30 * 3600
|
|||
|
||||
OPTIONS = contextvars.ContextVar("OPTIONS")
|
||||
DEFAULT_LANGUAGE = "English"
|
||||
DEFAULT_MAX_TOKENS = 1500
|
||||
Loading…
Add table
Add a link
Reference in a new issue