mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix(taskprocessing): fix typo in text2text task type
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
5ed55b0634
commit
0b04a6aa48
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class TextToText implements ITaskType {
|
|||
* @since 30.0.0
|
||||
*/
|
||||
public function getDescription(): string {
|
||||
return $this->l->t('Runs an arbitrary prompt through a language model that retuns a reply');
|
||||
return $this->l->t('Runs an arbitrary prompt through a language model that returns a reply');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue