Skip to content

Conversation

@kyteinsky
Copy link
Contributor

@kyteinsky kyteinsky commented Jan 13, 2026

resolves #316

This fixes 2 things:

  • use the correct fallback model ID
  • read as lazy because if it's stored as lazy and read as non-lazy, it will most likely always return an empty string.

Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Copy link
Member

@julien-nc julien-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes 2 things:

  • use the correct fallback model ID
  • read as lazy because if it's stored as lazy and read as non-lazy, it will most likely always return an empty string.

@kyteinsky kyteinsky merged commit 00b9de6 into main Jan 13, 2026
27 checks passed
@kyteinsky kyteinsky deleted the fix/316/appconfig-migration branch January 13, 2026 11:28
@kyteinsky
Copy link
Contributor Author

/backport to stable32

@backportbot
Copy link

backportbot bot commented Jan 13, 2026

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

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/318/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick b414b859

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/318/stable32

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress
fatal: cherry-pick failed


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

@kyteinsky
Copy link
Contributor Author

/backport 00b9de6 to stable32

backportbot bot pushed a commit that referenced this pull request Jan 13, 2026
This fixes 2 things:
* use the correct fallback model ID
* read as lazy because if it's stored as lazy and read as non-lazy, it will most likely always return an empty string.

Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
kyteinsky added a commit that referenced this pull request Jan 13, 2026
…el (#318) (#323)

This fixes 2 things:
* use the correct fallback model ID
* read as lazy because if it's stored as lazy and read as non-lazy, it will most likely always return an empty string.

Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
@kyteinsky kyteinsky mentioned this pull request Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nextcloud Talk Translation Always Tries to Use gpt-4.1-mini

3 participants