@activepieces/piece-localai 0.1.0 → 0.1.2

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,21 +1,23 @@
1
1
  {
2
2
  "name": "@activepieces/piece-localai",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
+ "ai": "^6.0.0",
6
7
  "axios": "1.13.1",
7
8
  "axios-retry": "4.4.1",
8
9
  "deepmerge-ts": "7.1.0",
9
10
  "form-data": "4.0.4",
11
+ "i18next": "23.13.0",
10
12
  "mime-types": "2.1.35",
11
13
  "nanoid": "3.3.8",
12
14
  "openai": "4.67.1",
13
15
  "semver": "7.6.0",
14
16
  "socket.io-client": "4.8.1",
15
17
  "zod": "4.1.13",
16
- "@activepieces/pieces-common": "0.11.0",
17
- "@activepieces/pieces-framework": "0.23.0",
18
- "@activepieces/shared": "0.30.4",
18
+ "@activepieces/pieces-common": "0.11.2",
19
+ "@activepieces/pieces-framework": "0.24.0",
20
+ "@activepieces/shared": "0.32.0",
19
21
  "tslib": "2.6.2"
20
22
  },
21
23
  "resolutions": {
package/src/i18n/de.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "Methode",
20
20
  "Headers": "Kopfzeilen",
21
21
  "Query Parameters": "Abfrageparameter",
22
+ "Body Type": "Körpertyp",
22
23
  "Body": "Körper",
23
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)",
27
+ "Follow redirects": "Weiterleitungen folgen",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Kontrolliert Zufallszufälligkeit: Die Verringerung führt zu weniger zufälligen Vervollständigungen. Je näher die Temperatur Null rückt, desto deterministischer und sich wiederholender wird.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Die maximale Anzahl der zu generierenden Token. Anfragen können bis zu 2.048 oder 4.096 Token verwenden, die zwischen Prompt und Fertigstellung geteilt werden, setzen Sie den Wert nicht auf maximal und lassen Sie einige Token für die Eingabe. Das genaue Limit variiert je nach Modell. (Ein Token ist ungefähr 4 Zeichen für den normalen englischen Text)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Rollenzuordnung, um eine genauere Antwort anzugeben",
33
35
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
34
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
36
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
35
37
  "GET": "ERHALTEN",
36
38
  "POST": "POST",
37
39
  "PATCH": "PATCH",
38
40
  "PUT": "PUT",
39
41
  "DELETE": "LÖSCHEN",
40
- "HEAD": "HEAD"
42
+ "HEAD": "HEAD",
43
+ "None": "Keine",
44
+ "JSON": "JSON",
45
+ "Form Data": "Formulardaten",
46
+ "Raw": "Rohe"
41
47
  }
package/src/i18n/es.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "Método",
20
20
  "Headers": "Encabezados",
21
21
  "Query Parameters": "Parámetros de consulta",
22
+ "Body Type": "Tipo de cuerpo",
22
23
  "Body": "Cuerpo",
23
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)",
27
+ "Follow redirects": "Seguir redirecciones",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controles aleatorios: La reducción de resultados en terminaciones menos aleatorias. A medida que la temperatura se acerca a cero, el modelo se volverá determinista y repetitivo.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "El número máximo de tokens a generar. Las solicitudes pueden usar hasta 2,048 o 4,096 tokens compartidos entre prompt y completation, no establezca el valor máximo y deje algunas fichas para la entrada. El límite exacto varía según el modelo. (Un token es de aproximadamente 4 caracteres para el texto normal en inglés)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Matriz de roles para especificar una respuesta más precisa",
33
35
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
34
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
36
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
35
37
  "GET": "RECOGER",
36
38
  "POST": "POST",
37
39
  "PATCH": "PATCH",
38
40
  "PUT": "PUT",
39
41
  "DELETE": "BORRAR",
40
- "HEAD": "LIMPIO"
42
+ "HEAD": "LIMPIO",
43
+ "None": "Ninguna",
44
+ "JSON": "JSON",
45
+ "Form Data": "Datos de Formulario",
46
+ "Raw": "Rápido"
41
47
  }
package/src/i18n/fr.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "Méthode",
20
20
  "Headers": "En-têtes",
21
21
  "Query Parameters": "Paramètres de requête",
22
+ "Body Type": "Body Type",
22
23
  "Body": "Corps",
23
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)",
27
+ "Follow redirects": "Suivre les redirections",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Contrôle aléatoirement : La baisse des résultats est moins aléatoire, alors que la température approche de zéro, le modèle devient déterministe et répétitif.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Le nombre maximum de jetons à générer. Les requêtes peuvent utiliser jusqu'à 2 048 ou 4 096 jetons partagés entre l'invite et la complétion, ne pas définir la valeur au maximum et laisser des jetons pour l'entrée. La limite exacte varie selon le modèle. (un jeton est d'environ 4 caractères pour le texte anglais normal)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Tableau de rôles pour spécifier une réponse plus précise",
33
35
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
34
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
36
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
35
37
  "GET": "OBTENIR",
36
38
  "POST": "POSTER",
37
39
  "PATCH": "PATCH",
38
40
  "PUT": "EFFACER",
39
41
  "DELETE": "SUPPRIMER",
40
- "HEAD": "TÊTE"
42
+ "HEAD": "TÊTE",
43
+ "None": "Aucun",
44
+ "JSON": "JSON",
45
+ "Form Data": "Données du formulaire",
46
+ "Raw": "Brut"
41
47
  }
package/src/i18n/ja.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "方法",
20
20
  "Headers": "ヘッダー",
21
21
  "Query Parameters": "クエリパラメータ",
22
+ "Body Type": "ボディタイプ",
22
23
  "Body": "本文",
23
24
  "Response is Binary ?": "応答はバイナリですか?",
24
25
  "No Error on Failure": "失敗時にエラーはありません",
25
26
  "Timeout (in seconds)": "タイムアウト(秒)",
27
+ "Follow redirects": "リダイレクトをフォローする",
26
28
  "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "補完を生成するモデル。自然言語タスクに適しているモデルもあれば、コードに特化したモデルもあります。",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "温度がゼロに近づくにつれて、モデルは決定論的で反復的になります。",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "生成するトークンの最大数。 リクエストは、プロンプトと完了の間で共有された最大2,048または4,096トークンを使用できます。 値を最大値に設定しないで、トークンを入力してください。 正確な制限はモデルによって異なります。(通常の英文では1つのトークンが約4文字です)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "より正確な応答を指定するロールの配列",
33
35
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
34
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
36
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
35
37
  "GET": "取得",
36
38
  "POST": "POST",
37
39
  "PATCH": "PATCH",
38
40
  "PUT": "PUT",
39
41
  "DELETE": "削除",
40
- "HEAD": "頭"
42
+ "HEAD": "頭",
43
+ "None": "なし",
44
+ "JSON": "JSON",
45
+ "Form Data": "フォームデータ",
46
+ "Raw": "Raw"
41
47
  }
package/src/i18n/nl.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "Methode",
20
20
  "Headers": "Kopteksten",
21
21
  "Query Parameters": "Query parameters",
22
+ "Body Type": "Type lichaam",
22
23
  "Body": "Lichaam",
23
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)",
27
+ "Follow redirects": "Volg omleidingen",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Bestuurt willekeurigheid: Het verlagen van de temperatuur resulteert in minder willekeurige aanvullingen. Zodra de temperatuur nul nadert, zal het model deterministisch en herhalend worden.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Het maximum aantal te genereren tokens Verzoeken kunnen maximaal 2.048 of 4.096 tokens gedeeld worden tussen prompt en voltooiing, stel de waarde niet in op maximum en laat sommige tokens voor de invoer. De exacte limiet varieert per model. (Eén token is grofweg 4 tekens voor normale Engelse tekst)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Array of roles om een nauwkeuriger antwoord te geven",
33
35
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
34
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
36
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
35
37
  "GET": "KRIJG",
36
38
  "POST": "POSTE",
37
39
  "PATCH": "BEKIJK",
38
40
  "PUT": "PUT",
39
41
  "DELETE": "VERWIJDEREN",
40
- "HEAD": "HOOFD"
42
+ "HEAD": "HOOFD",
43
+ "None": "geen",
44
+ "JSON": "JSON",
45
+ "Form Data": "Formulieren gegevens",
46
+ "Raw": "Onbewerkte"
41
47
  }
package/src/i18n/pt.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "Método",
20
20
  "Headers": "Cabeçalhos",
21
21
  "Query Parameters": "Parâmetros da consulta",
22
+ "Body Type": "Tipo de Corpo",
22
23
  "Body": "Conteúdo",
23
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)",
27
+ "Follow redirects": "Seguir redirecionamentos",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controla aleatoriedade: Diminuir resulta em menos complementos aleatórios. À medida que a temperatura se aproxima de zero, o modelo se tornará determinístico e repetitivo.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "O número máximo de tokens a gerar. Solicitações podem usar até 2.048 ou 4.096 tokens compartilhados entre prompt e conclusão, não defina o valor como máximo e deixe algumas fichas para a entrada. O limite exato varia por modelo. (Um token é aproximadamente 4 caracteres para o texto normal em inglês)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Array de papéis para especificar uma resposta mais precisa",
33
35
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
34
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
36
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
35
37
  "GET": "OBTER",
36
38
  "POST": "POSTAR",
37
39
  "PATCH": "COMPRAR",
38
40
  "PUT": "COLOCAR",
39
41
  "DELETE": "EXCLUIR",
40
- "HEAD": "CABEÇA"
42
+ "HEAD": "CABEÇA",
43
+ "None": "Nenhuma",
44
+ "JSON": "JSON",
45
+ "Form Data": "Dados de Formulário",
46
+ "Raw": "RAW"
41
47
  }
@@ -19,10 +19,12 @@
19
19
  "Method": "Method",
20
20
  "Headers": "Headers",
21
21
  "Query Parameters": "Query Parameters",
22
+ "Body Type": "Body Type",
22
23
  "Body": "Body",
23
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)",
27
+ "Follow redirects": "Follow redirects",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Array of roles to specify more accurate response",
33
35
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
34
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
36
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
35
37
  "GET": "GET",
36
38
  "POST": "POST",
37
39
  "PATCH": "PATCH",
38
40
  "PUT": "PUT",
39
41
  "DELETE": "DELETE",
40
- "HEAD": "HEAD"
42
+ "HEAD": "HEAD",
43
+ "None": "None",
44
+ "JSON": "JSON",
45
+ "Form Data": "Form Data",
46
+ "Raw": "Raw"
41
47
  }
package/src/i18n/zh.json CHANGED
@@ -19,10 +19,12 @@
19
19
  "Method": "方法",
20
20
  "Headers": "信头",
21
21
  "Query Parameters": "查询参数",
22
+ "Body Type": "Body Type",
22
23
  "Body": "正文内容",
23
24
  "Response is Binary ?": "Response is Binary ?",
24
25
  "No Error on Failure": "失败时没有错误",
25
26
  "Timeout (in seconds)": "超时(秒)",
27
+ "Follow redirects": "Follow redirects",
26
28
  "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.",
27
29
  "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
28
30
  "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
@@ -31,11 +33,15 @@
31
33
  "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
34
  "Array of roles to specify more accurate response": "Array of roles to specify more accurate response",
33
35
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
34
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
36
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
35
37
  "GET": "获取",
36
38
  "POST": "帖子",
37
39
  "PATCH": "PATCH",
38
40
  "PUT": "弹出",
39
41
  "DELETE": "删除",
40
- "HEAD": "黑色"
42
+ "HEAD": "黑色",
43
+ "None": "无",
44
+ "JSON": "JSON",
45
+ "Form Data": "表单数据",
46
+ "Raw": "原始文件"
41
47
  }
@@ -38,13 +38,14 @@ exports.askLocalAI = (0, pieces_framework_1.createAction)({
38
38
  options: [],
39
39
  };
40
40
  }
41
+ const authValue = auth;
41
42
  try {
42
43
  const response = yield pieces_common_1.httpClient.sendRequest({
43
- url: auth.base_url + '/models',
44
+ url: authValue.props.base_url + '/models',
44
45
  method: pieces_common_1.HttpMethod.GET,
45
46
  authentication: {
46
47
  type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
47
- token: auth.access_token,
48
+ token: authValue.props.access_token,
48
49
  },
49
50
  });
50
51
  return {
@@ -1 +1 @@
1
- {"version":3,"file":"send-prompt.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/localai/src/lib/actions/send-prompt.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"send-prompt.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/localai/src/lib/actions/send-prompt.ts"],"names":[],"mappings":"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"}