diego2317 commited on
Commit
091eefb
·
verified ·
1 Parent(s): de3724f

Update utils/response_manager.py

Browse files
Files changed (1) hide show
  1. utils/response_manager.py +1 -1
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 = 11):
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.