chore: remove llm-models and prompt related files

This commit is contained in:
Junyan Qin
2025-04-03 18:20:00 +08:00
parent 4059e7fb6c
commit 5347094466
5 changed files with 0 additions and 257 deletions
-2
View File
@@ -215,8 +215,6 @@ class Application:
await self.tool_mgr.shutdown()
latest_llm_model_config = await config.load_json_config("data/metadata/llm-models.json", "templates/metadata/llm-models.json")
self.llm_models_meta = latest_llm_model_config
llm_model_mgr_inst = llm_model_mgr.ModelManager(self)
await llm_model_mgr_inst.initialize()
self.model_mgr = llm_model_mgr_inst