mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Rename service (#8791)
This commit is contained in:
@@ -22,7 +22,7 @@ class ServerConfig(ServerConfigInterface):
|
||||
'openhands.storage.conversation.file_conversation_store.FileConversationStore'
|
||||
)
|
||||
conversation_manager_class: str = os.environ.get(
|
||||
"CONVERSATION_MANAGER_CLASS",
|
||||
'CONVERSATION_MANAGER_CLASS',
|
||||
'openhands.server.conversation_manager.standalone_conversation_manager.StandaloneConversationManager',
|
||||
)
|
||||
monitoring_listener_class: str = 'openhands.server.monitoring.MonitoringListener'
|
||||
|
||||
Reference in New Issue
Block a user