adrienbrdne commited on
Commit
8df620d
·
verified ·
1 Parent(s): 6b8b60e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,19 +1,18 @@
1
  {
2
- "main_llm": "deepseek-r1-distill-llama-70b",
3
  "plan_method": "generation",
4
  "use_detailed_query": false,
5
  "cypher_gen_method": "guided",
6
  "validate_cypher": false,
7
- "summarize_model": "deepseek-r1-distill-llama-70b",
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":"deepseek-r1-distill-llama-70b",
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
  }