nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.99k stars 885 forks source link

Prompt In Assistant Does Not Find Required Language Model #3213

Open i2h3 opened 5 days ago

i2h3 commented 5 days ago

How to use GitHub


Steps to reproduce

  1. Have an account set up and connected to a Nextcloud server with Assistant available.
  2. Open the "Free prompt" in the Assistant of the iOS app.
  3. Try to start anything with a new conversation.

Expected behaviour

Only an error notification is shown.

Actual behaviour

The server actually is queried with the entered prompt.

Logs

Request:

POST https://cloud.nextcloud.com//ocs/v2.php/textprocessing/schedule

Response (body):

{"ocs":{"meta":{"status":"failure","statuscode":412,"message":""},"data":{"message":"Erforderlicher Sprachmodellanbieter ist nicht verf\u00fcgbar"}}}

Reasoning or why should it be changed/implemented?

Environment data

iOS version: e.g. iOS 18.1

Device: iOS Simulator and iPhone XS Max

Nextcloud iOS app version: Both HEAD of develop as well as App Store release 6.1.6.1

Server: cloud.nextcloud.com

i2h3 commented 5 days ago

Image

i2h3 commented 5 days ago

Minor correction: This happens for all other options like "generate headline", too.