Spaces:
Sleeping
Sleeping
Update utils/chatbot_interface.py
Browse files
utils/chatbot_interface.py
CHANGED
@@ -42,7 +42,7 @@ class ChatbotInterface:
|
|
42 |
temperature=temperature,
|
43 |
max_output_tokens=max_output_tokens,
|
44 |
max_num_results=max_num_results,
|
45 |
-
vector_store_id=vector_store_id
|
46 |
api_key=api_key,
|
47 |
meta_prompt_file=meta_prompt_file
|
48 |
)
|
|
|
42 |
temperature=temperature,
|
43 |
max_output_tokens=max_output_tokens,
|
44 |
max_num_results=max_num_results,
|
45 |
+
vector_store_id=vector_store_id,
|
46 |
api_key=api_key,
|
47 |
meta_prompt_file=meta_prompt_file
|
48 |
)
|