Spaces:
Sleeping
Sleeping
Update utils/chatbot_interface4.py
Browse files
utils/chatbot_interface4.py
CHANGED
@@ -11,8 +11,8 @@ class ChatbotInterface:
|
|
11 |
config_path: str = 'config/gradio_config.json',
|
12 |
model: str = "gpt-4o-mini",
|
13 |
temperature: float = 0,
|
14 |
-
max_output_tokens: int =
|
15 |
-
max_num_results: int =
|
16 |
vector_store_id: Optional[str] = None,
|
17 |
api_key: Optional[str] = None,
|
18 |
meta_prompt_file: Optional[str] = None):
|
|
|
11 |
config_path: str = 'config/gradio_config.json',
|
12 |
model: str = "gpt-4o-mini",
|
13 |
temperature: float = 0,
|
14 |
+
max_output_tokens: int = 600,
|
15 |
+
max_num_results: int = 10,
|
16 |
vector_store_id: Optional[str] = None,
|
17 |
api_key: Optional[str] = None,
|
18 |
meta_prompt_file: Optional[str] = None):
|