Spaces:
Sleeping
Sleeping
Update config.json
Browse files- config.json +3 -4
config.json
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
{
|
2 |
-
"main_llm": "
|
3 |
"plan_method": "generation",
|
4 |
"use_detailed_query": false,
|
5 |
"cypher_gen_method": "guided",
|
6 |
"validate_cypher": false,
|
7 |
-
"summarize_model": "
|
8 |
"eval_method": "binary",
|
9 |
"eval_threshold":0.7,
|
10 |
"max_docs":15,
|
11 |
"compression_method":"llm_lingua",
|
12 |
"compress_rate":0.33,
|
13 |
"force_tokens":".",
|
14 |
-
"eval_model":"
|
15 |
"graph": {"address": "neo4j+s://4985272f.databases.neo4j.io", "username":"neo4j", "password":"***"},
|
16 |
"openai_api_key": "***",
|
17 |
-
"groq_api_key":"***",
|
18 |
"langsmith_api_key":"***"
|
19 |
}
|
|
|
1 |
{
|
2 |
+
"main_llm": "gemini-2.0-flash",
|
3 |
"plan_method": "generation",
|
4 |
"use_detailed_query": false,
|
5 |
"cypher_gen_method": "guided",
|
6 |
"validate_cypher": false,
|
7 |
+
"summarize_model": "gemini-2.0-flash",
|
8 |
"eval_method": "binary",
|
9 |
"eval_threshold":0.7,
|
10 |
"max_docs":15,
|
11 |
"compression_method":"llm_lingua",
|
12 |
"compress_rate":0.33,
|
13 |
"force_tokens":".",
|
14 |
+
"eval_model":"gemini-2.0-flash",
|
15 |
"graph": {"address": "neo4j+s://4985272f.databases.neo4j.io", "username":"neo4j", "password":"***"},
|
16 |
"openai_api_key": "***",
|
|
|
17 |
"langsmith_api_key":"***"
|
18 |
}
|