mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-16 14:58:52 +00:00
fix
This commit is contained in:
parent
d89975c02e
commit
d2946abaf1
@ -97,7 +97,7 @@ class ModelsDB:
|
||||
"id": row[0],
|
||||
"category": row[1],
|
||||
"icon": row[2],
|
||||
"datasets": row[3].split(','),
|
||||
"datasets": row[3].split(',') if row[3] is not None else None,
|
||||
"last_commit_time": row[4],
|
||||
"license": row[5],
|
||||
"model_creator": row[6],
|
||||
|
Loading…
x
Reference in New Issue
Block a user