mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Update conversation stats filename (#10472)
This commit is contained in:
@@ -35,7 +35,7 @@ def get_conversation_llm_registry_filename(sid: str, user_id: str | None = None)
|
||||
|
||||
|
||||
def get_conversation_stats_filename(sid: str, user_id: str | None = None) -> str:
|
||||
return f'{get_conversation_dir(sid, user_id)}convo_stats.json'
|
||||
return f'{get_conversation_dir(sid, user_id)}conversation_stats.pkl'
|
||||
|
||||
|
||||
def get_experiment_config_filename(sid: str, user_id: str | None = None) -> str:
|
||||
|
||||
Reference in New Issue
Block a user