max step =3
Browse files- 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 =
|
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
|