fix: fix some bugs in llm calling (#217)

* fix some bugs in llm calling

* fix a CI error

* fix a small bug in kmeans group number choosing

* fix a ci bug
This commit is contained in:
WinstonLiyt
2024-08-21 16:48:09 +08:00
committed by GitHub
parent e743b2161f
commit c8e8989edc
2 changed files with 56 additions and 34 deletions
+1
View File
@@ -98,6 +98,7 @@ class RDAgentSettings(BaseSettings):
# factor extraction conf
max_input_duplicate_factor_group: int = 300
max_output_duplicate_factor_group: int = 20
max_kmeans_group_number: int = 40
# workspace conf
workspace_path: Path = Path.cwd() / "git_ignore_folder" / "RD-Agent_workspace"