mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-01 17:37:43 +00:00
11 lines
246 B
Python
11 lines
246 B
Python
|
|
from rdagent.components.coder.CoSTEER.config import CoSTEERSettings
|
||
|
|
|
||
|
|
|
||
|
|
class DSCoderCoSTEERSettings(CoSTEERSettings):
|
||
|
|
"""Data Science CoSTEER settings"""
|
||
|
|
|
||
|
|
class Config:
|
||
|
|
env_prefix = "DS_Coder_CoSTEER_"
|
||
|
|
|
||
|
|
max_seconds: int = 2400
|