mkiol

Results 520 comments of mkiol

Hi, thanks for your question and thanks for the kind words about Speech Note :) > Are you planning to add OpenAI Compatible API Could you elaborate a bit on...

New issue will be tracked here: https://github.com/mkiol/dsnote/issues/196

This KoboldCpp is an interesting project I must say. The API is [HTTP REST](https://lite.koboldai.net/koboldcpp_api). Currently Speech Note has very limited [external API exposed via DBus](https://github.com/mkiol/dsnote/blob/main/dbus/org.freedesktop.Application.xml). You can use this API...

Hi, thanks for the idea. Language auto detection can indeed be useful. I think I can add this in the next version.

Automatic language detection has been implemented in v4.6.0 ~~(not yet uploaded to OpenRepos)~~. To use it, you need to download a model from "Auto detected" language category and pass "auto"...

Cool. Glad I could help :)

Hi. Thanks for the report. Would you be able to start the app with `--verbose` command-line option to see more logs? ``` flatpak run net.mkiol.SpeechNote --verbose ```

But did you try adding `--verbose` to the end of the command? It should be just after "net.mkiol.SpeechNote". ``` flatpak run net.mkiol.SpeechNote --verbose ```

Thanks for double checking. It's strange. It looks like the app doesn't even start or the crash is at a very early stage. Would you be able to use the...

It's just a Flatpak's KDE runtime that is used by Speech Note. It is needed regardless of your platform. Looks that you need to install also SDK package: ``` flatpak...