Spaces:
Sleeping
Sleeping
Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
{
|
2 |
-
"temperature":0.3,
|
3 |
-
"summary_length":50,
|
4 |
-
"model":"gemini-pro",
|
5 |
-
"db_loc":"
|
6 |
-
"model_embeddings":"models/embedding-001"
|
7 |
}
|
|
|
1 |
+
{
|
2 |
+
"temperature":0.3,
|
3 |
+
"summary_length":50,
|
4 |
+
"model":"gemini-pro",
|
5 |
+
"db_loc":"faiss_index",
|
6 |
+
"model_embeddings":"models/embedding-001"
|
7 |
}
|