AashitaK commited on
Commit
f2ef830
·
verified ·
1 Parent(s): c252296

Update utils/chatbot_interface4.py

Browse files
Files changed (1) hide show
  1. utils/chatbot_interface4.py +2 -2
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 = 800,
15
- max_num_results: int = 15,
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):