Sadiaa commited on
Commit
5c95d7f
·
verified ·
1 Parent(s): 37206d9

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -9,7 +9,7 @@ from deep_translator import GoogleTranslator
9
 
10
 
11
  class Comsatsbot:
12
- def __init__(self, hf_space_repo, llm, api_keys, chats_collection, index_path='faiss_kb'):
13
  self.llm = llm
14
  self.api_keys = api_keys
15
  self.client = None
 
9
 
10
 
11
  class Comsatsbot:
12
+ def __init__(self, hf_space_repo, llm, api_keys, chats_collection,index_path: str = "faiss_kb" ):
13
  self.llm = llm
14
  self.api_keys = api_keys
15
  self.client = None