Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ from langchain_core.documents import Document
|
|
| 61 |
# =============================================================================
|
| 62 |
class Config:
|
| 63 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 64 |
-
|
| 65 |
MAX_MESSAGE_LENGTH = 8000
|
| 66 |
REFLECT_EVERY_N_TURNS = 5
|
| 67 |
MAX_RETRIES = 3
|
|
|
|
| 61 |
# =============================================================================
|
| 62 |
class Config:
|
| 63 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 64 |
+
MAX_TURNS = 25
|
| 65 |
MAX_MESSAGE_LENGTH = 8000
|
| 66 |
REFLECT_EVERY_N_TURNS = 5
|
| 67 |
MAX_RETRIES = 3
|