Skip to content

Commit

Permalink
fix lint index final
Browse files Browse the repository at this point in the history
  • Loading branch information
laptype committed Jul 29, 2024
1 parent 051af66 commit 04e0b71
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions apps/codexgraph_agent/setting.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"setting": {
"prompt_path": "apps\\codexgraph_agent\\prompt",
"repo_path": "D:\\study\\postgraduate\\study_project\\alibaba_LLM\\codexgraph\\test_repo\\test_repo",
"language": "",
"repo_path": "",
"llm_model_name": "deepseek-coder",
"llm_temperature": 1.0,
"max_iterations": 5,
Expand All @@ -14,14 +13,14 @@
],
"project_id": "code_unittest",
"env_path_dict": {
"env_path": "C:\\Users\\12053\\anaconda3\\envs\\test\\python.exe",
"env_path": "",
"working_directory": ""
},
"neo4j": {
"url": "bolt://localhost:7687",
"user": "neo4j",
"password": "12345678",
"database_name": "neo4j"
"url": "",
"user": "",
"password": "",
"database_name": ""
}
}
}

0 comments on commit 04e0b71

Please sign in to comment.