AashitaK commited on
Commit
b0d1d2f
·
1 Parent(s): 3f14ec0

Fixed error meta_prompt file name

Browse files
Files changed (1) hide show
  1. utils/response_manager.py +1 -1
utils/response_manager.py CHANGED
@@ -68,7 +68,7 @@ class ResponseManager:
68
  input=input,
69
  tools=[{
70
  "type": "file_search",
71
- "vector_store_ids": [self.vector_store_id], # ["<vector_store_id>"]
72
  "max_num_results": max_num_results}
73
  ],
74
  temperature=temperature,
 
68
  input=input,
69
  tools=[{
70
  "type": "file_search",
71
+ "vector_store_ids": [self.vector_store_id],
72
  "max_num_results": max_num_results}
73
  ],
74
  temperature=temperature,