@lobehub/chat 0.137.0 → 0.138.0

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.
Files changed (77) hide show
  1. package/.env.example +11 -5
  2. package/CHANGELOG.md +25 -0
  3. package/docs/self-hosting/environment-variables/model-provider.mdx +9 -2
  4. package/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx +9 -2
  5. package/locales/ar/common.json +1 -0
  6. package/locales/ar/error.json +6 -0
  7. package/locales/ar/setting.json +8 -0
  8. package/locales/de-DE/common.json +1 -0
  9. package/locales/de-DE/error.json +6 -0
  10. package/locales/de-DE/setting.json +8 -0
  11. package/locales/en-US/common.json +1 -0
  12. package/locales/en-US/error.json +6 -0
  13. package/locales/en-US/setting.json +8 -0
  14. package/locales/es-ES/common.json +1 -0
  15. package/locales/es-ES/error.json +6 -0
  16. package/locales/es-ES/setting.json +8 -0
  17. package/locales/fr-FR/common.json +1 -0
  18. package/locales/fr-FR/error.json +6 -0
  19. package/locales/fr-FR/setting.json +8 -0
  20. package/locales/it-IT/common.json +1 -0
  21. package/locales/it-IT/error.json +6 -0
  22. package/locales/it-IT/setting.json +8 -0
  23. package/locales/ja-JP/common.json +1 -0
  24. package/locales/ja-JP/error.json +6 -0
  25. package/locales/ja-JP/setting.json +8 -0
  26. package/locales/ko-KR/common.json +1 -0
  27. package/locales/ko-KR/error.json +6 -0
  28. package/locales/ko-KR/setting.json +8 -0
  29. package/locales/nl-NL/common.json +1 -0
  30. package/locales/nl-NL/error.json +6 -0
  31. package/locales/nl-NL/setting.json +8 -0
  32. package/locales/pl-PL/common.json +1 -0
  33. package/locales/pl-PL/error.json +6 -0
  34. package/locales/pl-PL/setting.json +8 -0
  35. package/locales/pt-BR/common.json +1 -0
  36. package/locales/pt-BR/error.json +6 -0
  37. package/locales/pt-BR/setting.json +8 -0
  38. package/locales/ru-RU/common.json +1 -0
  39. package/locales/ru-RU/error.json +6 -0
  40. package/locales/ru-RU/setting.json +8 -0
  41. package/locales/tr-TR/common.json +1 -0
  42. package/locales/tr-TR/error.json +6 -0
  43. package/locales/tr-TR/setting.json +8 -0
  44. package/locales/vi-VN/common.json +1 -0
  45. package/locales/vi-VN/error.json +6 -0
  46. package/locales/vi-VN/setting.json +8 -0
  47. package/locales/zh-CN/common.json +1 -0
  48. package/locales/zh-CN/error.json +6 -0
  49. package/locales/zh-CN/setting.json +8 -0
  50. package/locales/zh-TW/common.json +1 -0
  51. package/locales/zh-TW/error.json +6 -0
  52. package/locales/zh-TW/setting.json +8 -0
  53. package/package.json +1 -1
  54. package/src/app/api/chat/[provider]/agentRuntime.ts +15 -2
  55. package/src/app/api/config/route.ts +2 -0
  56. package/src/app/api/errorResponse.ts +3 -0
  57. package/src/app/settings/llm/Groq/index.tsx +47 -0
  58. package/src/app/settings/llm/index.tsx +2 -0
  59. package/src/components/ModelProviderIcon/index.tsx +5 -0
  60. package/src/config/modelProviders/groq.ts +24 -0
  61. package/src/config/modelProviders/index.ts +3 -0
  62. package/src/config/server/provider.ts +11 -3
  63. package/src/const/settings.ts +4 -0
  64. package/src/features/Conversation/Error/APIKeyForm/Groq.tsx +60 -0
  65. package/src/features/Conversation/Error/APIKeyForm/index.tsx +5 -0
  66. package/src/features/Conversation/Error/index.tsx +1 -0
  67. package/src/features/Conversation/components/ChatItem/index.tsx +2 -1
  68. package/src/libs/agent-runtime/error.ts +3 -0
  69. package/src/libs/agent-runtime/groq/index.ts +78 -0
  70. package/src/libs/agent-runtime/index.ts +1 -0
  71. package/src/libs/agent-runtime/types/type.ts +1 -0
  72. package/src/locales/default/common.ts +1 -0
  73. package/src/locales/default/error.ts +7 -0
  74. package/src/locales/default/setting.ts +8 -0
  75. package/src/services/_auth.ts +5 -1
  76. package/src/store/global/slices/settings/selectors/modelProvider.ts +14 -5
  77. package/src/types/settings/modelProvider.ts +6 -0
package/.env.example CHANGED
@@ -73,19 +73,25 @@ OPENAI_API_KEY=sk-xxxxxxxxx
73
73
  ########### Mistral AI Service ##########
74
74
  ########################################
75
75
 
76
- #MISTRAL_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
76
+ # MISTRAL_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
77
77
 
78
78
  ########################################
79
- ######### Perplexity Service ##########
79
+ ######### Perplexity Service ###########
80
80
  ########################################
81
81
 
82
- #PERPLEXITY_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
82
+ # PERPLEXITY_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
83
83
 
84
84
  ########################################
85
- ######### Anthropic Service ##########
85
+ ######### Anthropic Service ############
86
86
  ########################################
87
87
 
88
- #ANTHROPIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
88
+ # ANTHROPIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
89
+
90
+ ########################################
91
+ ############ Groq Service ##############
92
+ ########################################
93
+
94
+ # GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
89
95
 
90
96
  ########################################
91
97
  ############ Market Service ############
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [Version 0.138.0](https://github.com/lobehub/lobe-chat/compare/v0.137.0...v0.138.0)
6
+
7
+ <sup>Released on **2024-03-15**</sup>
8
+
9
+ #### ✨ Features
10
+
11
+ - **misc**: Support groq as a model provider.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's improved
19
+
20
+ - **misc**: Support groq as a model provider, closes [#1569](https://github.com/lobehub/lobe-chat/issues/1569) [#1562](https://github.com/lobehub/lobe-chat/issues/1562) [#1570](https://github.com/lobehub/lobe-chat/issues/1570) ([a04c364](https://github.com/lobehub/lobe-chat/commit/a04c364))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ## [Version 0.137.0](https://github.com/lobehub/lobe-chat/compare/v0.136.0...v0.137.0)
6
31
 
7
32
  <sup>Released on **2024-03-15**</sup>
@@ -1,5 +1,3 @@
1
- import { Callout } from 'nextra/components';
2
-
3
1
  # Model Service Providers
4
2
 
5
3
  When deploying LobeChat, a rich set of environment variables related to model service providers is provided, allowing you to easily define the model service providers to be enabled in LobeChat.
@@ -163,6 +161,15 @@ When using the `turn` mode, the API Keys will be retrieved in a round-robin mann
163
161
  - Default: -
164
162
  - Example: `sk-ant-apixx-xxxxxxxxx-xxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxx`
165
163
 
164
+ ## Groq AI
165
+
166
+ ### `GROQ_API_KEY`
167
+
168
+ - Type: Required
169
+ - Description: This is the API key you applied from Groq AI
170
+ - Default: -
171
+ - Example: `gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
172
+
166
173
  ## Mistral AI
167
174
 
168
175
  ### `MISTRAL_API_KEY`
@@ -1,5 +1,3 @@
1
- import { Callout } from 'nextra/components';
2
-
3
1
  # 模型服务商
4
2
 
5
3
  LobeChat 在部署时提供了丰富的模型服务商相关的环境变量,你可以使用这些环境变量轻松定义需要在 LobeChat 中开启的模型服务商。
@@ -170,4 +168,13 @@ LobeChat 在部署时提供了丰富的模型服务商相关的环境变量,
170
168
  - 默认值:-
171
169
  - 示例:`xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=`
172
170
 
171
+ ## Groq AI
172
+
173
+ ### `GROQ_API_KEY`
174
+
175
+ - 类型:必选
176
+ - 描述:这是你在 Groq AI 服务中申请的 API 密钥
177
+ - 默认值:-
178
+ - 示例:`gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
179
+
173
180
  [azure-api-verion-url]: https://docs.microsoft.com/zh-cn/azure/developer/javascript/api-reference/es-modules/azure-sdk/ai-translation/translationconfiguration?view=azure-node-latest#api-version
@@ -104,6 +104,7 @@
104
104
  "azure": "أزور",
105
105
  "bedrock": "بيدروك لأمازون ويب سيرفيس",
106
106
  "google": "جوجل",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "مونشوت الذكاء الاصطناعي",
109
110
  "ollama": "أولاما",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "حدث خطأ في طلب خدمة Azure AI، يرجى التحقق من المعلومات التالية أو إعادة المحاولة",
39
39
  "BedrockBizError": "حدث خطأ في طلب خدمة Bedrock، يرجى التحقق من المعلومات التالية أو إعادة المحاولة",
40
40
  "GoogleBizError": "حدث خطأ في طلب خدمة Google، يرجى التحقق من المعلومات التالية أو إعادة المحاولة",
41
+ "GroqBizError": "حدث خطأ في خدمة Groq ، يرجى التحقق من المعلومات التالية أو إعادة المحاولة",
41
42
  "InvalidAccessCode": "كلمة المرور غير صحيحة أو فارغة، يرجى إدخال كلمة مرور الوصول الصحيحة أو إضافة مفتاح API مخصص",
42
43
  "InvalidAnthropicAPIKey": "مفتاح Anthropic API غير صحيح أو فارغ، يرجى التحقق من مفتاح Anthropic API وإعادة المحاولة",
43
44
  "InvalidAzureAPIKey": "مفتاح Azure API غير صحيح أو فارغ، يرجى التحقق من مفتاح Azure API وإعادة المحاولة",
44
45
  "InvalidBedrockCredentials": "فشلت مصادقة Bedrock، يرجى التحقق من AccessKeyId/SecretAccessKey وإعادة المحاولة",
45
46
  "InvalidGoogleAPIKey": "مفتاح Google API غير صحيح أو فارغ، يرجى التحقق من مفتاح Google API وإعادة المحاولة",
47
+ "InvalidGroqAPIKey": "مفتاح Groq API غير صحيح أو فارغ، يرجى التحقق من مفتاح Groq API وإعادة المحاولة",
46
48
  "InvalidMistralAPIKey": "مفتاح Mistral AI API غير صحيح أو فارغ، يرجى التحقق من مفتاح Mistral API وإعادة المحاولة",
47
49
  "InvalidMoonshotAPIKey": "مفتاح API لـ Moonshot AI غير صحيح أو فارغ، يرجى التحقق من مفتاح API لـ Moonshot وإعادة المحاولة",
48
50
  "InvalidOllamaArgs": "تكوين Ollama غير صحيح، يرجى التحقق من تكوين Ollama وإعادة المحاولة",
@@ -91,6 +93,10 @@
91
93
  "description": "أدخل مفتاح Google API الخاص بك لبدء الجلسة. لن يقوم التطبيق بتسجيل مفتاح الواجهة البرمجية الخاص بك",
92
94
  "title": "استخدام مفتاح Google API المخصص"
93
95
  },
96
+ "Groq": {
97
+ "description": "قم بإدخال مفتاح API الخاص بك لـ Groq للبدء في الجلسة. لن يتم تسجيل مفتاح الخاص بك من قبل التطبيق",
98
+ "title": "استخدام مفتاح API الخاص بـ Groq المخصص"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "أدخل مفتاح Mistral AI API الخاص بك لبدء الجلسة. لن يتم تسجيل مفتاح الواجهة البرمجية الخاص بك من قبل التطبيق",
96
102
  "title": "استخدام مفتاح Mistral AI API المخصص"
@@ -99,6 +99,14 @@
99
99
  "title": "مفتاح واجهة برمجة التطبيقات"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "أدخل مفتاح API الخاص بـ Groq",
106
+ "placeholder": "مفتاح API Groq",
107
+ "title": "مفتاح API"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral KI",
108
109
  "moonshot": "Moonshot KI",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Es ist ein Fehler bei der Anforderung des Azure AI-Dienstes aufgetreten. Bitte überprüfen Sie die folgenden Informationen oder versuchen Sie es erneut.",
39
39
  "BedrockBizError": "Es ist ein Fehler bei der Anforderung des Bedrock-Dienstes aufgetreten. Bitte überprüfen Sie die folgenden Informationen oder versuchen Sie es erneut.",
40
40
  "GoogleBizError": "Es ist ein Fehler bei der Anforderung des Google-Dienstes aufgetreten. Bitte überprüfen Sie die folgenden Informationen oder versuchen Sie es erneut.",
41
+ "GroqBizError": "Die Anfrage an den Groq-Dienst ist fehlgeschlagen. Bitte überprüfen Sie die folgenden Informationen oder versuchen Sie es erneut.",
41
42
  "InvalidAccessCode": "Das Passwort ist ungültig oder leer. Bitte geben Sie das richtige Zugangspasswort ein oder fügen Sie einen benutzerdefinierten API-Schlüssel hinzu.",
42
43
  "InvalidAnthropicAPIKey": "Ungültiger oder leerer Anthropic API-Schlüssel. Bitte überprüfen Sie den Anthropic API-Schlüssel und versuchen Sie es erneut.",
43
44
  "InvalidAzureAPIKey": "Der Azure API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Azure API-Schlüssel und versuchen Sie es erneut.",
44
45
  "InvalidBedrockCredentials": "Die Bedrock-Authentifizierung ist fehlgeschlagen. Bitte überprüfen Sie AccessKeyId/SecretAccessKey und versuchen Sie es erneut.",
45
46
  "InvalidGoogleAPIKey": "Der Google API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Google API-Schlüssel und versuchen Sie es erneut.",
47
+ "InvalidGroqAPIKey": "Der Groq API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Groq API-Schlüssel und versuchen Sie es erneut.",
46
48
  "InvalidMistralAPIKey": "Der Mistral AI-API-Schlüssel ist ungültig oder leer. Bitte überprüfen Sie den Mistral-API-Schlüssel und versuchen Sie es erneut.",
47
49
  "InvalidMoonshotAPIKey": "Ungültiger oder leerer Moonshot AI API-Schlüssel. Bitte überprüfen Sie den Moonshot API-Schlüssel und versuchen Sie es erneut.",
48
50
  "InvalidOllamaArgs": "Ollama-Konfiguration ist ungültig. Bitte überprüfen Sie die Ollama-Konfiguration und versuchen Sie es erneut.",
@@ -91,6 +93,10 @@
91
93
  "description": "Geben Sie Ihren Google API-Schlüssel ein, um die Sitzung zu starten. Die Anwendung speichert Ihren API-Schlüssel nicht.",
92
94
  "title": "Verwenden von benutzerdefinierten Google API-Schlüssel"
93
95
  },
96
+ "Groq": {
97
+ "description": "Geben Sie Ihren individuellen Groq-API-Schlüssel ein, um die Sitzung zu starten. Die Anwendung speichert Ihren API-Schlüssel nicht.",
98
+ "title": "Verwenden Sie einen benutzerdefinierten Groq-API-Schlüssel"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Geben Sie Ihren eigenen Mistral AI-API-Schlüssel ein, um die Sitzung zu starten. Die App speichert Ihren API-Schlüssel nicht.",
96
102
  "title": "Verwenden Sie einen benutzerdefinierten Mistral AI-API-Schlüssel"
@@ -99,6 +99,14 @@
99
99
  "title": "API-Schlüssel"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Geben Sie den API-Schlüssel von Groq ein",
106
+ "placeholder": "Groq API-Schlüssel",
107
+ "title": "API-Schlüssel"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral KI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "Moonshot AI",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Error requesting Azure AI service. Please troubleshoot or retry based on the following information.",
39
39
  "BedrockBizError": "Error requesting Bedrock service. Please troubleshoot or retry based on the following information.",
40
40
  "GoogleBizError": "Error requesting Google service. Please troubleshoot or retry based on the following information.",
41
+ "GroqBizError": "Error occurred while requesting Groq service. Please troubleshoot based on the following information or retry.",
41
42
  "InvalidAccessCode": "Invalid access code or empty. Please enter the correct access code or add a custom API Key.",
42
43
  "InvalidAnthropicAPIKey": "The Anthropic API Key is incorrect or empty. Please check the Anthropic API Key and retry.",
43
44
  "InvalidAzureAPIKey": "Azure API Key is incorrect or empty. Please check the Azure API Key and retry.",
44
45
  "InvalidBedrockCredentials": "Bedrock authentication failed. Please check the AccessKeyId/SecretAccessKey and retry.",
45
46
  "InvalidGoogleAPIKey": "Google API Key is incorrect or empty. Please check the Google API Key and retry.",
47
+ "InvalidGroqAPIKey": "Groq API Key is incorrect or empty. Please check the Groq API Key and retry.",
46
48
  "InvalidMistralAPIKey": "Incorrect or empty Mistral AI API Key. Please check your Mistral API Key and try again.",
47
49
  "InvalidMoonshotAPIKey": "The Moonshot AI API Key is incorrect or empty, please check the Moonshot API Key and try again.",
48
50
  "InvalidOllamaArgs": "Invalid Ollama configuration, please check Ollama configuration and try again",
@@ -91,6 +93,10 @@
91
93
  "description": "Enter your Google API Key to start the session. The app will not store your API Key.",
92
94
  "title": "Use custom Google API Key"
93
95
  },
96
+ "Groq": {
97
+ "description": "Enter your Groq API Key to start the session. The application will not store your API Key.",
98
+ "title": "Use Custom Groq API Key"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Enter your Mistral AI API Key to start the session. The application will not store your API Key.",
96
102
  "title": "Use Custom Mistral AI API Key"
@@ -99,6 +99,14 @@
99
99
  "title": "API Key"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Enter the API Key from Groq",
106
+ "placeholder": "Groq API Key",
107
+ "title": "API Key"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral IA",
108
109
  "moonshot": "Moonshot IA",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Se produjo un error al solicitar el servicio de Azure AI, por favor, verifica la siguiente información o inténtalo de nuevo",
39
39
  "BedrockBizError": "Se produjo un error al solicitar el servicio de Bedrock, por favor, verifica la siguiente información o inténtalo de nuevo",
40
40
  "GoogleBizError": "Se produjo un error al solicitar el servicio de Google, por favor, verifica la siguiente información o inténtalo de nuevo",
41
+ "GroqBizError": "Se produjo un error al solicitar el servicio Groq. Por favor, revise la siguiente información o inténtelo de nuevo",
41
42
  "InvalidAccessCode": "La contraseña no es válida o está vacía. Por favor, introduce una contraseña de acceso válida o añade una clave API personalizada",
42
43
  "InvalidAnthropicAPIKey": "La clave de API de Anthropic es incorrecta o está vacía. Por favor, revisa la clave de API de Anthropic e inténtalo de nuevo.",
43
44
  "InvalidAzureAPIKey": "La clave de API de Azure es incorrecta o está vacía, por favor, verifica la clave de API de Azure e inténtalo de nuevo",
44
45
  "InvalidBedrockCredentials": "La autenticación de Bedrock no se ha completado con éxito, por favor, verifica AccessKeyId/SecretAccessKey e inténtalo de nuevo",
45
46
  "InvalidGoogleAPIKey": "La clave de API de Google es incorrecta o está vacía, por favor, verifica la clave de API de Google e inténtalo de nuevo",
47
+ "InvalidGroqAPIKey": "La clave de API de Groq es incorrecta o está vacía. Por favor, revisa la clave de API de Groq e inténtalo de nuevo.",
46
48
  "InvalidMistralAPIKey": "La clave de API de Mistral AI es incorrecta o está vacía. Por favor, revise la clave de API de Mistral y vuelva a intentarlo.",
47
49
  "InvalidMoonshotAPIKey": "La clave de API de Moonshot AI no es válida o está vacía. Por favor, revise la clave de API de Moonshot e inténtelo de nuevo.",
48
50
  "InvalidOllamaArgs": "La configuración de Ollama no es válida, por favor revisa la configuración de Ollama e inténtalo de nuevo",
@@ -91,6 +93,10 @@
91
93
  "description": "Ingresa tu clave de API de Google para comenzar la sesión. La aplicación no guardará tu clave de API",
92
94
  "title": "Usar clave de API personalizada de Google"
93
95
  },
96
+ "Groq": {
97
+ "description": "Ingresa tu clave de API de Groq para comenzar la sesión. La aplicación no almacenará tu clave de API",
98
+ "title": "Usar clave de API personalizada de Groq"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Ingrese su clave de API de Mistral AI para comenzar la sesión. La aplicación no almacenará su clave de API.",
96
102
  "title": "Usar clave de API personalizada de Mistral AI"
@@ -99,6 +99,14 @@
99
99
  "title": "Clave API"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Ingresa la clave API de Groq",
106
+ "placeholder": "Clave API de Groq",
107
+ "title": "Clave API"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "Moonshot IA",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Erreur lors de la demande de service Azure AI, veuillez vérifier les informations ci-dessous ou réessayer",
39
39
  "BedrockBizError": "Erreur lors de la demande de service Bedrock, veuillez vérifier les informations ci-dessous ou réessayer",
40
40
  "GoogleBizError": "Erreur lors de la demande de service Google, veuillez vérifier les informations ci-dessous ou réessayer",
41
+ "GroqBizError": "Une erreur s'est produite lors de la demande de service Groq. Veuillez vérifier les informations ci-dessous ou réessayer.",
41
42
  "InvalidAccessCode": "Le mot de passe est incorrect ou vide. Veuillez saisir le mot de passe d'accès correct ou ajouter une clé API personnalisée.",
42
43
  "InvalidAnthropicAPIKey": "La clé API Anthropic est incorrecte ou manquante. Veuillez vérifier la clé API Anthropic et réessayer.",
43
44
  "InvalidAzureAPIKey": "Clé API Azure incorrecte ou vide, veuillez vérifier la clé API Azure et réessayer",
44
45
  "InvalidBedrockCredentials": "L'authentification Bedrock a échoué, veuillez vérifier AccessKeyId/SecretAccessKey et réessayer",
45
46
  "InvalidGoogleAPIKey": "Clé API Google incorrecte ou vide, veuillez vérifier la clé API Google et réessayer",
47
+ "InvalidGroqAPIKey": "Clé API Groq incorrecte ou vide, veuillez vérifier la clé API Groq et réessayer",
46
48
  "InvalidMistralAPIKey": "Clé API Mistral AI incorrecte ou manquante. Veuillez vérifier la clé API Mistral et réessayer.",
47
49
  "InvalidMoonshotAPIKey": "Clé API Moonshot AI incorrecte ou manquante. Veuillez vérifier la clé API Moonshot et réessayer.",
48
50
  "InvalidOllamaArgs": "La configuration d'Ollama n'est pas valide, veuillez vérifier la configuration d'Ollama et réessayer",
@@ -91,6 +93,10 @@
91
93
  "description": "Entrez votre clé API Google pour commencer la session. L'application ne conservera pas votre clé API",
92
94
  "title": "Utiliser une clé API Google personnalisée"
93
95
  },
96
+ "Groq": {
97
+ "description": "Entrez votre clé d'API Groq pour commencer la session. L'application ne stockera pas votre clé d'API.",
98
+ "title": "Utiliser une clé d'API Groq personnalisée"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Entrez votre clé API Mistral AI pour commencer la session. L'application ne stockera pas votre clé API.",
96
102
  "title": "Utiliser une clé API Mistral AI personnalisée"
@@ -99,6 +99,14 @@
99
99
  "title": "Clé API"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Entrez la clé API de Groq",
106
+ "placeholder": "Clé API Groq",
107
+ "title": "Clé API"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "Moonshot AI",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Errore nella richiesta del servizio Azure AI, controlla le informazioni seguenti o riprova",
39
39
  "BedrockBizError": "Errore nella richiesta del servizio Bedrock, controlla le informazioni seguenti o riprova",
40
40
  "GoogleBizError": "Errore nella richiesta del servizio Google, controlla le informazioni seguenti o riprova",
41
+ "GroqBizError": "Errore del servizio Groq, controlla le informazioni seguenti o riprova",
41
42
  "InvalidAccessCode": "Password incorrect or empty, please enter the correct access password, or add a custom API Key",
42
43
  "InvalidAnthropicAPIKey": "La chiave API Anthropic non è valida o è vuota. Si prega di controllare la chiave API Anthropic e riprovare.",
43
44
  "InvalidAzureAPIKey": "Chiave API Azure non corretta o vuota, controlla la chiave API Azure e riprova",
44
45
  "InvalidBedrockCredentials": "Autenticazione Bedrock non riuscita, controlla AccessKeyId/SecretAccessKey e riprova",
45
46
  "InvalidGoogleAPIKey": "Chiave API Google non corretta o vuota, controlla la chiave API Google e riprova",
47
+ "InvalidGroqAPIKey": "Chiave API Groq non valida o vuota, controlla la chiave API Groq e riprova",
46
48
  "InvalidMistralAPIKey": "Chiave API Mistral AI non valida o vuota. Si prega di controllare la chiave API Mistral e riprovare.",
47
49
  "InvalidMoonshotAPIKey": "La chiave API di Moonshot AI non è corretta o è vuota, si prega di controllare la chiave API di Moonshot e riprovare",
48
50
  "InvalidOllamaArgs": "Configurazione Ollama non valida, controllare la configurazione di Ollama e riprovare",
@@ -91,6 +93,10 @@
91
93
  "description": "Inserisci la tua chiave API Google per iniziare la sessione. L'applicazione non memorizzerà la tua chiave API",
92
94
  "title": "Utilizza la chiave API Google personalizzata"
93
95
  },
96
+ "Groq": {
97
+ "description": "Inserisci la tua chiave API Groq per iniziare la sessione. L'applicazione non memorizzerà la tua chiave API",
98
+ "title": "Usa una chiave API Groq personalizzata"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Inserisci la tua chiave API Mistral AI per iniziare la sessione. L'applicazione non memorizzerà la tua chiave API.",
96
102
  "title": "Utilizza una chiave API personalizzata per Mistral AI"
@@ -99,6 +99,14 @@
99
99
  "title": "Chiave API"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Inserisci la chiave API da Groq",
106
+ "placeholder": "Chiave API Groq",
107
+ "title": "Chiave API"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWSベッドロック",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "Moonshot AI",
109
110
  "ollama": "オラマ",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Azure AIサービスのリクエストでエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、再試行してください。",
39
39
  "BedrockBizError": "Bedrockサービスのリクエストでエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、再試行してください。",
40
40
  "GoogleBizError": "Googleサービスのリクエストでエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、再試行してください。",
41
+ "GroqBizError": "Groqサービスのリクエストでエラーが発生しました。以下の情報を確認して再試行してください。",
41
42
  "InvalidAccessCode": "パスワードが正しくないか空です。正しいアクセスパスワードを入力するか、カスタムAPIキーを追加してください",
42
43
  "InvalidAnthropicAPIKey": "Anthropic APIキーが正しくないか空です。Anthropic APIキーを確認してもう一度お試しください。",
43
44
  "InvalidAzureAPIKey": "Azure APIキーが正しくないか空です。Azure APIキーを確認してから再試行してください。",
44
45
  "InvalidBedrockCredentials": "Bedrockの認証に失敗しました。AccessKeyId/SecretAccessKeyを確認してから再試行してください。",
45
46
  "InvalidGoogleAPIKey": "Google APIキーが正しくないか空です。Google APIキーを確認してから再試行してください。",
47
+ "InvalidGroqAPIKey": "Groq APIキーが正しくないか空です。Groq APIキーを確認して再試行してください。",
46
48
  "InvalidMistralAPIKey": "Mistral AI API キーが正しくないか空です。Mistral API キーを確認して再試行してください。",
47
49
  "InvalidMoonshotAPIKey": "Moonshot AI APIキーが正しくないか空です。Moonshot APIキーを確認して再試行してください。",
48
50
  "InvalidOllamaArgs": "Ollamaの設定が正しくありません。Ollamaの設定を確認してからもう一度お試しください",
@@ -91,6 +93,10 @@
91
93
  "description": "Google APIキーを入力してセッションを開始します。アプリはAPIキーを記録しません。",
92
94
  "title": "カスタムGoogle APIキーを使用"
93
95
  },
96
+ "Groq": {
97
+ "description": "Groq APIキーを入力してセッションを開始します。アプリはAPIキーを記録しません。",
98
+ "title": "カスタムGroq APIキーを使用"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Mistral AI API キーを入力してセッションを開始できます。アプリは API キーを記録しません。",
96
102
  "title": "カスタム Mistral AI API キーの使用"
@@ -99,6 +99,14 @@
99
99
  "title": "APIキー"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Groq からの API キーを入力してください",
106
+ "placeholder": "Groq API キー",
107
+ "title": " API キー"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "문샷 AI",
109
110
  "ollama": "올라마",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Azure AI 서비스 요청 중 오류가 발생했습니다. 아래 정보를 확인하고 다시 시도하십시오.",
39
39
  "BedrockBizError": "Bedrock 서비스 요청 중 오류가 발생했습니다. 아래 정보를 확인하고 다시 시도하십시오.",
40
40
  "GoogleBizError": "Google 서비스 요청 중 오류가 발생했습니다. 아래 정보를 확인하고 다시 시도하십시오.",
41
+ "GroqBizError": "Groq 서비스 요청 중 오류가 발생했습니다. 아래 정보를 확인하고 다시 시도해주세요.",
41
42
  "InvalidAccessCode": "액세스 코드가 잘못되었거나 비어 있습니다. 올바른 액세스 코드를 입력하거나 사용자 지정 API 키를 추가하십시오.",
42
43
  "InvalidAnthropicAPIKey": "Anthropic API 키가 잘못되었거나 비어 있습니다. Anthropic API 키를 확인하고 다시 시도하십시오.",
43
44
  "InvalidAzureAPIKey": "잘못된 또는 비어 있는 Azure API Key입니다. Azure API Key를 확인한 후 다시 시도하십시오.",
44
45
  "InvalidBedrockCredentials": "Bedrock 인증에 실패했습니다. AccessKeyId/SecretAccessKey를 확인한 후 다시 시도하십시오.",
45
46
  "InvalidGoogleAPIKey": "잘못된 또는 비어 있는 Google API Key입니다. Google API Key를 확인한 후 다시 시도하십시오.",
47
+ "InvalidGroqAPIKey": "잘못된 또는 비어 있는 Groq API Key입니다. Groq API Key를 확인한 후 다시 시도하십시오.",
46
48
  "InvalidMistralAPIKey": "Mistral AI API 키가 잘못되었거나 비어 있습니다. Mistral API 키를 확인한 후 다시 시도해주세요.",
47
49
  "InvalidMoonshotAPIKey": "Moonshot AI API 키가 잘못되었거나 비어 있습니다. Moonshot API 키를 확인한 후 다시 시도해주세요.",
48
50
  "InvalidOllamaArgs": "Ollama 구성이 잘못되었습니다. Ollama 구성을 확인한 후 다시 시도하십시오.",
@@ -91,6 +93,10 @@
91
93
  "description": "Google API Key를 입력하여 세션을 시작합니다. 앱은 귀하의 API Key를 기록하지 않습니다.",
92
94
  "title": "사용자 정의 Google API Key 사용"
93
95
  },
96
+ "Groq": {
97
+ "description": "Groq API 키를 입력하면 세션을 시작할 수 있습니다. 애플리케이션은 API 키를 기록하지 않습니다.",
98
+ "title": "사용자 지정 Groq API 키 사용"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Mistral AI API 키를 입력하면 세션을 시작할 수 있습니다. 애플리케이션은 API 키를 기록하지 않습니다.",
96
102
  "title": "사용자 지정 Mistral AI API 키 사용"
@@ -99,6 +99,14 @@
99
99
  "title": "API Key"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Groq의 API 키를 입력하세요",
106
+ "placeholder": "Groq API 키",
107
+ "title": "API 키"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "Moonshot AI",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Error requesting Azure AI service, please troubleshoot or retry based on the following information",
39
39
  "BedrockBizError": "Error requesting Bedrock service, please troubleshoot or retry based on the following information",
40
40
  "GoogleBizError": "Error requesting Google service, please troubleshoot or retry based on the following information",
41
+ "GroqBizError": "Er is een fout opgetreden bij het aanroepen van de Groq-service. Controleer de onderstaande informatie of probeer het opnieuw.",
41
42
  "InvalidAccessCode": "Ongeldige toegangscode: het wachtwoord is onjuist of leeg. Voer de juiste toegangscode in of voeg een aangepaste API-sleutel toe.",
42
43
  "InvalidAnthropicAPIKey": "Anthropic API Key is onjuist of leeg. Controleer de Anthropic API Key en probeer het opnieuw.",
43
44
  "InvalidAzureAPIKey": "Incorrect or empty Azure API Key, please check the Azure API Key and retry",
44
45
  "InvalidBedrockCredentials": "Bedrock authentication failed, please check AccessKeyId/SecretAccessKey and retry",
45
46
  "InvalidGoogleAPIKey": "Incorrect or empty Google API Key, please check the Google API Key and retry",
47
+ "InvalidGroqAPIKey": "Groq API Key is onjuist of leeg. Controleer de Groq API Key en probeer het opnieuw.",
46
48
  "InvalidMistralAPIKey": "Ongeldige of lege Mistral AI API-sleutel. Controleer de Mistral API-sleutel en probeer het opnieuw.",
47
49
  "InvalidMoonshotAPIKey": "Moonshot AI API密钥不正确或为空,请检查Moonshot API密钥后重试",
48
50
  "InvalidOllamaArgs": "Ollama-configuratie is onjuist, controleer de Ollama-configuratie en probeer het opnieuw",
@@ -91,6 +93,10 @@
91
93
  "description": "Enter your Google API Key to start the session. The app will not record your API Key",
92
94
  "title": "Use custom Google API Key"
93
95
  },
96
+ "Groq": {
97
+ "description": "Voer je Groq API-sleutel in om te beginnen met de sessie. De app zal je API-sleutel niet opslaan.",
98
+ "title": "Gebruik een aangepaste Groq API-sleutel"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "Voer je Mistral AI API-sleutel in om een sessie te starten. De app slaat je API-sleutel niet op.",
96
102
  "title": "Gebruik aangepaste Mistral AI API-sleutel"
@@ -99,6 +99,14 @@
99
99
  "title": "API-sleutel"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Voer de API-sleutel van Groq in",
106
+ "placeholder": "Groq API-sleutel",
107
+ "title": "API-sleutel"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {
@@ -104,6 +104,7 @@
104
104
  "azure": "Azure",
105
105
  "bedrock": "AWS Bedrock",
106
106
  "google": "Google",
107
+ "groq": "Groq",
107
108
  "mistral": "Mistral AI",
108
109
  "moonshot": "Moonshot AI",
109
110
  "ollama": "Ollama",
@@ -38,11 +38,13 @@
38
38
  "AzureBizError": "Wystąpił błąd żądania usługi Azure AI, prosimy o sprawdzenie poniższych informacji lub ponowne próbowanie.",
39
39
  "BedrockBizError": "Wystąpił błąd żądania usługi Bedrock, prosimy o sprawdzenie poniższych informacji lub ponowne próbowanie.",
40
40
  "GoogleBizError": "Wystąpił błąd żądania usługi Google, prosimy o sprawdzenie poniższych informacji lub ponowne próbowanie.",
41
+ "GroqBizError": "Wystąpił błąd usługi Groq. Sprawdź poniższe informacje lub spróbuj ponownie.",
41
42
  "InvalidAccessCode": "Nieprawidłowy kod dostępu: Hasło jest nieprawidłowe lub puste. Proszę wprowadzić poprawne hasło dostępu lub dodać niestandardowy klucz API.",
42
43
  "InvalidAnthropicAPIKey": "Anthropic API Key jest nieprawidłowy lub pusty. Sprawdź poprawność klucza API Anthropic i spróbuj ponownie.",
43
44
  "InvalidAzureAPIKey": "Nieprawidłowy lub pusty klucz API Azure, prosimy sprawdzić klucz API Azure i spróbować ponownie.",
44
45
  "InvalidBedrockCredentials": "Uwierzytelnienie Bedrock nie powiodło się, prosimy sprawdzić AccessKeyId/SecretAccessKey i spróbować ponownie.",
45
46
  "InvalidGoogleAPIKey": "Nieprawidłowy lub pusty klucz API Google, prosimy sprawdzić klucz API Google i spróbować ponownie.",
47
+ "InvalidGroqAPIKey": "Nieprawidłowy klucz API Groq, prosimy sprawdzić klucz API Groq i spróbować ponownie.",
46
48
  "InvalidMistralAPIKey": "Mistral AI API Key 不正确或为空,请检查 Mistral API Key 后重试",
47
49
  "InvalidMoonshotAPIKey": "Moonshot AI API密钥不正确或为空,请检查Moonshot API密钥后重试",
48
50
  "InvalidOllamaArgs": "Nieprawidłowa konfiguracja Ollama, sprawdź konfigurację Ollama i spróbuj ponownie",
@@ -91,6 +93,10 @@
91
93
  "description": "Wprowadź swój klucz API Google, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojego klucza API.",
92
94
  "title": "Użyj niestandardowego klucza API Google"
93
95
  },
96
+ "Groq": {
97
+ "description": "Wprowadź swój klucz API Groq, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojego klucza API.",
98
+ "title": "Użyj niestandardowego klucza API Groq"
99
+ },
94
100
  "Mistral": {
95
101
  "description": "输入你的 Mistral AI API Key 即可开始会话。应用不会记录你的 API Key",
96
102
  "title": "使用自定义 Mistral AI API Key"
@@ -99,6 +99,14 @@
99
99
  "title": "Klucz API"
100
100
  }
101
101
  },
102
+ "Groq": {
103
+ "title": "Groq",
104
+ "token": {
105
+ "desc": "Wprowadź klucz API z Groq",
106
+ "placeholder": " Klucz API Groq",
107
+ "title": " Klucz API"
108
+ }
109
+ },
102
110
  "Mistral": {
103
111
  "title": "Mistral AI",
104
112
  "token": {