tikendraw commited on
Commit
2203a4c
·
1 Parent(s): a09090d

max step =3

Browse files
Files changed (1) hide show
  1. core/config/config.py +1 -1
core/config/config.py CHANGED
@@ -9,7 +9,7 @@ class InputConfig:
9
  model_name: str = 'openai/gpt-3.5-turbo'
10
  model_api_key: str = 'sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
11
  max_tokens: int = 1024
12
- max_steps: int = 10
13
  temperature: float = 0.2
14
  timeout: float = 30.0
15
  sleeptime: float = 0.0
 
9
  model_name: str = 'openai/gpt-3.5-turbo'
10
  model_api_key: str = 'sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
11
  max_tokens: int = 1024
12
+ max_steps: int = 3
13
  temperature: float = 0.2
14
  timeout: float = 30.0
15
  sleeptime: float = 0.0