Spaces:
Sleeping
Sleeping
vidhiparikh
commited on
Commit
•
39d5f49
1
Parent(s):
fe4fe9d
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
|
|
74 |
|
75 |
# Function to create a conversational chain
|
76 |
def create_conversational_chain(database):
|
77 |
-
model_name = “
|
78 |
model_directory = “models”
|
79 |
#Check if the model file exists in the specified directory
|
80 |
model_file = os.path.join(model_directory, model_name)
|
|
|
74 |
|
75 |
# Function to create a conversational chain
|
76 |
def create_conversational_chain(database):
|
77 |
+
model_name = “TheBloke/Llama-2-7B-Chat-GGUF”
|
78 |
model_directory = “models”
|
79 |
#Check if the model file exists in the specified directory
|
80 |
model_file = os.path.join(model_directory, model_name)
|