Spaces:
Running
Running
Update chatbot.py
Browse files- 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,
|
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
|