Mobile-Artificial-Intelligence / maid

Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
MIT License
1.32k stars 133 forks source link

Only the latest character gets saved #571

Closed PinkSerenity closed 3 months ago

PinkSerenity commented 4 months ago

OS: Android 14 (GSI)

How to reproduce:

Expected result: You can see all the characters.

Actual result: You only see the one you edited.

Furthermore:

The first character is now gone as well.

danemadsen commented 4 months ago

Hmm I'm not sure I'm concerned about it dropping empty / unedited characters. But if its dropping characters you have edited that's something ill have to fix

danemadsen commented 3 months ago

seems to have been fixed in the process of making the desktop ui