mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
fix: migration
This commit is contained in:
parent
110ed67468
commit
6dbd59c7c6
@ -60,7 +60,7 @@ def migrate_modelfile_to_model(migrator: Migrator, database: pw.Database):
|
|||||||
"ollama": {"modelfile": modelfile.modelfile.get("content")},
|
"ollama": {"modelfile": modelfile.modelfile.get("content")},
|
||||||
"suggestion_prompts": modelfile.modelfile.get("suggestionPrompts"),
|
"suggestion_prompts": modelfile.modelfile.get("suggestionPrompts"),
|
||||||
"categories": modelfile.modelfile.get("categories"),
|
"categories": modelfile.modelfile.get("categories"),
|
||||||
"user": {**modelfile.modelfile.get("user", {}), "community": "true"},
|
"user": {**modelfile.modelfile.get("user", {}), "community": True},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user