No description
  • PHP 51.9%
  • JavaScript 30.7%
  • Vue 13.2%
  • Makefile 4.2%
Find a file
Marcel Klehr bccae67823
Merge pull request #86 from nextcloud/chore/vue3
chore: Upgrade to vue3
2026-04-14 10:49:26 +02:00
.github chore: Add lint workflows 2026-04-13 15:38:26 +02:00
.tx let's gooooo 2022-12-30 16:29:14 +01:00
appinfo v5.0.3 2026-04-08 10:56:15 +02:00
img improve screenshots 2023-02-07 22:23:28 +01:00
l10n fix(l10n): Update translations from Transifex 2026-04-11 01:14:27 +00:00
lib perf: Make config values lazy if possible 2026-02-25 11:54:16 +01:00
src chore: lint:fix 2026-04-13 15:41:20 +02:00
templates run cs:fix 2024-03-18 18:56:21 +01:00
tests fix(ci): Fix psalm 2025-11-25 08:21:46 +01:00
vendor-bin chore: update deps 2026-04-08 10:28:47 +02:00
.eslintrc.cjs chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
.gitignore run cs:fix 2024-03-18 18:56:21 +01:00
.l10nignore l10n ignore vendor 2023-05-05 10:32:49 +02:00
.nextcloudignore chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
.php-cs-fixer.dist.php run cs:fix 2024-03-18 18:56:21 +01:00
AUTHORS.md update npm pkgs, use Php 8 stuff, polish 2023-04-18 16:30:08 +02:00
CHANGELOG.md v5.0.3 2026-04-08 10:56:15 +02:00
composer.json fix(composer): Don't require composer install to be run twice 2025-12-01 14:13:46 +01:00
composer.lock chore: update deps 2026-04-08 10:28:47 +02:00
COPYING let's gooooo 2022-12-30 16:29:14 +01:00
krankerl.toml 1.0.5 2023-05-09 11:10:11 +02:00
makefile fix: makefile to include build 2026-04-08 10:21:52 +02:00
package-lock.json chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
package.json chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00
psalm-baseline.xml chore: Fix psalm and run cs:fix 2025-12-03 11:32:34 +01:00
psalm.xml fix: Fix php requirements 2025-12-03 11:27:34 +01:00
README.md move admin settings to AI section 2024-05-30 12:00:42 +02:00
scoper.inc.php fix: Fix copy-pasta 2025-12-03 11:24:41 +01:00
stylelint.config.js update npm pkgs 2024-09-26 12:15:56 +02:00
webpack.js chore: Upgrade to vue3 2026-04-13 15:32:58 +02:00

Replicate integration in Nextcloud

This app adds:

  • A SpeechToText provider using Whisper
  • A Text processing provider
  • An Image generation provider

⚠️ The smart pickers have been removed from this app as they are now included in the Assistant app.

Ethical AI Rating

Speech-to-Text Rating: 🟡

Positive:

  • The software for training and inference of this model is open source
  • The trained model is freely available, and thus can be run on-premises

Negative:

  • The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the models performance and CO2 usage.

Text processing Rating

The rating depends on the model you select to use.

Image generation Rating

The rating depends on the model you select to use.

Learn more about the Nextcloud Ethical AI Rating in our blog.

🔧 Configuration

Admin settings

There is a "Artificial intelligence" admin settings section to set your Replicate API key.