psugihara / FreeChat

llama.cpp based AI chat app for macOS
https://www.freechat.run
MIT License
425 stars 37 forks source link

Open the app and save supported models #46

Closed shavit closed 8 months ago

shavit commented 8 months ago

Supported model files will open the app and be saved.

Closes #35 Closes https://github.com/psugihara/FreeChat/issues/49 (with https://github.com/psugihara/FreeChat/pull/46/commits/757f50c59106e1da02eb983c06d9b702f80fbb81)

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
free-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2024 8:42pm
shavit commented 8 months ago

I edited project.pbxproj directly to put back the development team, and also formatted the new file with 2 spaces.

psugihara commented 8 months ago

One more thing that seems broken (not sure if it was this or the last PR). The size attribute is no longer being populated for models. Here's a model I added with the TestFlight build, the others were added with this build. Note that the size is displayed because it is present on the Core Data Model.

Screenshot 2024-01-13 at 2 14 21 PM
shavit commented 8 months ago
Screenshot 2024-01-13 at 5 21 49 PM Screenshot 2024-01-13 at 5 22 04 PM

Here I deleted few models and there is no selection. I also moved and renamed the files to see how it behaves.

The file of this model was deleted, so maybe it is expected right now.

psugihara commented 8 months ago

hell yes, this works great!! thank you @shavit