Skip to content

Add AI input limits - #56350

Merged
nickvergessen merged 1 commit into
masterfrom
fix/noid/ai-input-limits
Nov 11, 2025
Merged

Add AI input limits#56350
nickvergessen merged 1 commit into
masterfrom
fix/noid/ai-input-limits

Conversation

@julien-nc

Copy link
Copy Markdown
Member

Add a 64K char limit for text input in:

  • TranslationApiController::translate()
  • TextToImageController::schedule()
  • TextProcessingApiController::schedule()
  • TaskProcessingApiController::schedule()

@julien-ncjulien-nc added this to the Nextcloud 33 milestone Nov 10, 2025
@julien-nc
julien-nc requested a review from a team as a code ownerNovember 10, 2025 15:42
@julien-ncjulien-nc added the 3. to review Waiting for reviews label Nov 10, 2025
@julien-nc
julien-nc requested review from icewind1991, salmart-dev and yemkareems and removed request for a teamNovember 10, 2025 15:42
@julien-nc

Copy link
Copy Markdown
MemberAuthor

/backport to stable32

@julien-nc

Copy link
Copy Markdown
MemberAuthor

/backport to stable31

@julien-nc

Copy link
Copy Markdown
MemberAuthor

/backport to stable30

@julien-nc

Copy link
Copy Markdown
MemberAuthor

/backport to stable29

@julien-nc

Copy link
Copy Markdown
MemberAuthor

/backport to stable28

@julien-nc

Copy link
Copy Markdown
MemberAuthor

/backport to stable27

Comment threadcore/Controller/TextToImageApiController.php Outdated
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
@nickvergessen
nickvergessen merged commit 9755246 into masterNov 11, 2025
182 of 187 checks passed
@nickvergessen
nickvergessen deleted the fix/noid/ai-input-limits branch November 11, 2025 08:08
@backportbot

Copy link
Copy Markdown

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b backport/56350/stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 33d1acdd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56350/stable27

Error: Failed to check for changes with origin/stable27: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot

Copy link
Copy Markdown

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28
# Create the new backport branch
git checkout -b backport/56350/stable28
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 33d1acdd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56350/stable28

Error: Failed to check for changes with origin/stable28: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot

Copy link
Copy Markdown

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/56350/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 33d1acdd
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56350/stable29

Error: Failed to check for changes with origin/stable29: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@julien-nc@nickvergessen@marcelklehr