mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
feat: fix coding
This commit is contained in:
parent
3243078b77
commit
7c4b5b4082
1 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
|||
"""
|
||||
@Time : 2023/5/1 11:59
|
||||
@Author : alexanderwu
|
||||
@File : const.py
|
||||
@File : const.py'
|
||||
@Modified By: mashenquan, 2023/8/28. Add 'OPTIONS', 'DEFAULT_LANGUAGE'
|
||||
"""
|
||||
import contextvars
|
||||
from pathlib import Path
|
||||
|
|
@ -38,4 +39,4 @@ RESEARCH_PATH = DATA_PATH / "research"
|
|||
MEM_TTL = 24 * 30 * 3600
|
||||
|
||||
OPTIONS = contextvars.ContextVar("OPTIONS")
|
||||
DEFAULT_LANGUAGE = "Engilish"
|
||||
DEFAULT_LANGUAGE = "English"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue