Spaces:
Sleeping
Sleeping
Update utils/response_manager.py
Browse files
utils/response_manager.py
CHANGED
|
@@ -17,7 +17,7 @@ class ResponseManager:
|
|
| 17 |
model: str = "gpt-4o-mini",
|
| 18 |
temperature: float = 0,
|
| 19 |
max_output_tokens: int = 600,
|
| 20 |
-
max_num_results: int =
|
| 21 |
"""
|
| 22 |
Initialize the ResponseManager with optional parameters for configuration.
|
| 23 |
:param vector_store_id: The ID of the vector store to use for file search.
|
|
|
|
| 17 |
model: str = "gpt-4o-mini",
|
| 18 |
temperature: float = 0,
|
| 19 |
max_output_tokens: int = 600,
|
| 20 |
+
max_num_results: int = 5):
|
| 21 |
"""
|
| 22 |
Initialize the ResponseManager with optional parameters for configuration.
|
| 23 |
:param vector_store_id: The ID of the vector store to use for file search.
|