@activepieces/piece-localai 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@activepieces/piece-localai",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "dependencies": {
5
- "@ai-sdk/anthropic": "1.2.12",
6
- "@ai-sdk/google": "1.2.19",
7
- "@ai-sdk/openai": "1.3.22",
8
- "@ai-sdk/replicate": "0.2.8",
5
+ "@ai-sdk/anthropic": "2.0.3",
6
+ "@ai-sdk/google": "2.0.6",
7
+ "@ai-sdk/openai": "2.0.12",
8
+ "@ai-sdk/provider": "2.0.0",
9
+ "@ai-sdk/replicate": "1.0.3",
9
10
  "@sinclair/typebox": "0.34.11",
10
- "ai": "4.3.16",
11
+ "ai": "5.0.12",
11
12
  "axios": "1.8.3",
12
13
  "axios-retry": "4.4.1",
13
14
  "deepmerge-ts": "7.1.0",
@@ -17,9 +18,9 @@
17
18
  "openai": "4.67.1",
18
19
  "semver": "7.6.0",
19
20
  "zod": "3.25.76",
20
- "@activepieces/pieces-common": "0.6.4",
21
+ "@activepieces/pieces-common": "0.6.7",
21
22
  "@activepieces/pieces-framework": "0.18.3",
22
- "@activepieces/shared": "0.18.0",
23
+ "@activepieces/shared": "0.18.5",
23
24
  "tslib": "2.8.1"
24
25
  },
25
26
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "Kopfzeilen",
22
22
  "Query Parameters": "Abfrageparameter",
23
23
  "Body": "Körper",
24
+ "Response is Binary ?": "Antwort ist binär?",
24
25
  "No Error on Failure": "Kein Fehler bei Fehler",
25
26
  "Timeout (in seconds)": "Timeout (in Sekunden)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Das Modell, das die Vervollständigung generiert. Einige Modelle eignen sich für Aufgaben der natürlichen Sprache, andere sind auf Code spezialisiert.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Nummer zwischen -2.0 und 2.0. Positive Werte bestrafen neue Tokens je nachdem, ob sie bisher im Text erscheinen, was die Wahrscheinlichkeit erhöht, über neue Themen zu sprechen.",
32
33
  "Array of roles to specify more accurate response": "Rollenzuordnung, um eine genauere Antwort anzugeben",
33
34
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
35
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
34
36
  "GET": "ERHALTEN",
35
37
  "POST": "POST",
36
38
  "PATCH": "PATCH",
package/src/i18n/es.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "Encabezados",
22
22
  "Query Parameters": "Parámetros de consulta",
23
23
  "Body": "Cuerpo",
24
+ "Response is Binary ?": "¿Respuesta es binaria?",
24
25
  "No Error on Failure": "No hay ningún error en fallo",
25
26
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "El modelo que generará la terminación. Algunos modelos son adecuados para tareas de lenguaje natural, otros se especializan en código.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Número entre -2.0 y 2.0. Los valores positivos penalizan las nuevas fichas basándose en si aparecen en el texto hasta ahora, aumentando la probabilidad de que el modo hable de nuevos temas.",
32
33
  "Array of roles to specify more accurate response": "Matriz de roles para especificar una respuesta más precisa",
33
34
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
35
+ "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
34
36
  "GET": "RECOGER",
35
37
  "POST": "POST",
36
38
  "PATCH": "PATCH",
package/src/i18n/fr.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "En-têtes",
22
22
  "Query Parameters": "Paramètres de requête",
23
23
  "Body": "Corps",
24
+ "Response is Binary ?": "La réponse est Binaire ?",
24
25
  "No Error on Failure": "Aucune erreur en cas d'échec",
25
26
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Le modèle qui va générer la complétion. Certains modèles sont adaptés aux tâches de langage naturel, d'autres se spécialisent dans le code.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Numéroter entre -2.0 et 2.0. Les valeurs positives pénalisent les nouveaux jetons en fonction du fait qu'ils apparaissent dans le texte jusqu'à présent, ce qui augmente la probabilité du mode de parler de nouveaux sujets.",
32
33
  "Array of roles to specify more accurate response": "Tableau de rôles pour spécifier une réponse plus précise",
33
34
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
35
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
34
36
  "GET": "OBTENIR",
35
37
  "POST": "POSTER",
36
38
  "PATCH": "PATCH",
package/src/i18n/ja.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "ヘッダー",
22
22
  "Query Parameters": "クエリパラメータ",
23
23
  "Body": "本文",
24
+ "Response is Binary ?": "応答はバイナリですか?",
24
25
  "No Error on Failure": "失敗時にエラーはありません",
25
26
  "Timeout (in seconds)": "タイムアウト(秒)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "補完を生成するモデル。自然言語タスクに適しているモデルもあれば、コードに特化したモデルもあります。",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "-2.0 から 2.0 までの数字。 肯定的な値は、これまでのところテキストに表示されるかどうかに基づいて新しいトークンを罰し、モードが新しいトピックについて話す可能性を高めます。",
32
33
  "Array of roles to specify more accurate response": "より正確な応答を指定するロールの配列",
33
34
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
35
+ "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
34
36
  "GET": "取得",
35
37
  "POST": "POST",
36
38
  "PATCH": "PATCH",
package/src/i18n/nl.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "Kopteksten",
22
22
  "Query Parameters": "Query parameters",
23
23
  "Body": "Lichaam",
24
+ "Response is Binary ?": "Antwoord is binair?",
24
25
  "No Error on Failure": "Geen fout bij fout",
25
26
  "Timeout (in seconds)": "Time-out (in seconden)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Het model dat de voltooiing zal genereren. Sommige modellen zijn geschikt voor natuurlijke taaltaken, andere zijn gespecialiseerd in code.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Nummer tussen -2.0 en 2.0. Positieve waarden bestraffen nieuwe tokens op basis van de vraag of ze tot nu toe in de tekst staan, waardoor de modus meer kans maakt om over nieuwe onderwerpen te praten.",
32
33
  "Array of roles to specify more accurate response": "Array of roles om een nauwkeuriger antwoord te geven",
33
34
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
35
+ "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
34
36
  "GET": "KRIJG",
35
37
  "POST": "POSTE",
36
38
  "PATCH": "BEKIJK",
package/src/i18n/pt.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "Cabeçalhos",
22
22
  "Query Parameters": "Parâmetros da consulta",
23
23
  "Body": "Conteúdo",
24
+ "Response is Binary ?": "A resposta é binária ?",
24
25
  "No Error on Failure": "Nenhum erro no Failure",
25
26
  "Timeout (in seconds)": "Tempo limite (em segundos)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "O modelo que irá gerar a conclusão. Alguns modelos são adequados para tarefas de linguagem natural, outros são especializados no código.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Número entre -2.0 e 2.0. Valores positivos penalizam novos tokens baseado no fato de eles aparecerem no texto até agora, aumentando a probabilidade de o modo falar sobre novos tópicos.",
32
33
  "Array of roles to specify more accurate response": "Array de papéis para especificar uma resposta mais precisa",
33
34
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
35
+ "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
34
36
  "GET": "OBTER",
35
37
  "POST": "POSTAR",
36
38
  "PATCH": "COMPRAR",
@@ -21,6 +21,7 @@
21
21
  "Headers": "Headers",
22
22
  "Query Parameters": "Query Parameters",
23
23
  "Body": "Body",
24
+ "Response is Binary ?": "Response is Binary ?",
24
25
  "No Error on Failure": "No Error on Failure",
25
26
  "Timeout (in seconds)": "Timeout (in seconds)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.",
32
33
  "Array of roles to specify more accurate response": "Array of roles to specify more accurate response",
33
34
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
35
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
34
36
  "GET": "GET",
35
37
  "POST": "POST",
36
38
  "PATCH": "PATCH",
package/src/i18n/zh.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "Headers": "信头",
22
22
  "Query Parameters": "查询参数",
23
23
  "Body": "正文内容",
24
+ "Response is Binary ?": "Response is Binary ?",
24
25
  "No Error on Failure": "失败时没有错误",
25
26
  "Timeout (in seconds)": "超时(秒)",
26
27
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
@@ -31,6 +32,7 @@
31
32
  "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the mode's likelihood to talk about new topics.",
32
33
  "Array of roles to specify more accurate response": "Array of roles to specify more accurate response",
33
34
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
35
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
34
36
  "GET": "获取",
35
37
  "POST": "帖子",
36
38
  "PATCH": "PATCH",