nextcloud / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
81 stars 7 forks source link

Apps not being registered in assistant as AI providers #452

Closed tuxArg closed 3 days ago

tuxArg commented 6 days ago

Describe the bug

I had a working installation of multiple exApps and their integration with NC Assistant a few months ago running NC 30.0.0:

Many related upgrades happened since then: NC 30.0.1, NC 30.0.2 and stt_whisper2 upgraded to 2.0.0. I don't know where it went wrong. Now, stt_whisper2 is not being recognized as a speech-to-text provider and ai_image_generator_bot as a text-to-image provider. I have unregistered and re-registered both exApps. I can see ai_image_generator_bot is working as chatting to @image bot works. I can also send a heartbeat to stt_whisper2 exApp, and it returns {"status":"ok"}

The problem is the registration as assistant providers. If you need any logs or something I could try, let me know

Steps/Code to Reproduce

.

Expected Results

.

Actual Results

.

Setup configuration

NC: 30.0.2 app_api: 4.0.0 assistant: 2.1.1 stt_whisper2: 2.0.0 ai_image_generator_bot: 2.1.0

tuxArg commented 3 days ago

Closed because I realized it was a stt_whisper2 release 2.0.0 issue.