heymenn commited on
Commit
4fba7c8
·
verified ·
1 Parent(s): 8700feb

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "main_llm": "gpt-4o",
3
+ "plan_method": "generation",
4
+ "use_detailed_query": false,
5
+ "cypher_gen_method": "guided",
6
+ "validate_cypher": false,
7
+ "summarize_model": "gpt-4o",
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":"gpt-4o",
15
+ "graph": {"address": "bolt://172.23.135.94:7999", "username":"neo4j", "password":"graph_test"},
16
+ "openai_api_key": os.getenv("openai_api_key"),
17
+ "groq_api_key":os.getenv("groq_api_key"),
18
+ "langsmith_api_key":os.getenv("langsmith_api_key")
19
+ }