nextcloud/app_api

Apps not being registered in assistant as AI providers

tuxArg opened this issue · 1 comments

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:

  • llm2
  • translate2
  • stt_whisper2
  • ai_image_generator_bot

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

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