ciyidogan commited on
Commit
d8adb66
·
verified ·
1 Parent(s): 124d8da

Update llm/llm_lifecycle_manager.py

Browse files
Files changed (1) hide show
  1. llm/llm_lifecycle_manager.py +1 -1
llm/llm_lifecycle_manager.py CHANGED
@@ -64,7 +64,7 @@ class LLMSession:
64
  self.last_activity = datetime.utcnow()
65
 
66
 
67
- class LLMManager:
68
  """Manages LLM interactions with stateless approach"""
69
 
70
  def __init__(self, event_bus: EventBus, resource_manager: ResourceManager):
 
64
  self.last_activity = datetime.utcnow()
65
 
66
 
67
+ class LLMLifecycleManager:
68
  """Manages LLM interactions with stateless approach"""
69
 
70
  def __init__(self, event_bus: EventBus, resource_manager: ResourceManager):