@lobehub/chat 0.145.11 → 0.145.13
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/CHANGELOG.md +58 -0
- package/locales/ar/common.json +1 -1
- package/locales/ar/error.json +7 -7
- package/locales/ar/setting.json +108 -108
- package/locales/bg-BG/common.json +1 -0
- package/locales/bg-BG/error.json +7 -1
- package/locales/bg-BG/setting.json +107 -91
- package/locales/de-DE/common.json +1 -1
- package/locales/de-DE/error.json +7 -7
- package/locales/de-DE/setting.json +106 -106
- package/locales/en-US/common.json +1 -1
- package/locales/en-US/error.json +7 -7
- package/locales/en-US/setting.json +66 -66
- package/locales/es-ES/common.json +1 -1
- package/locales/es-ES/error.json +7 -7
- package/locales/es-ES/setting.json +91 -91
- package/locales/fr-FR/common.json +1 -1
- package/locales/fr-FR/error.json +7 -7
- package/locales/fr-FR/setting.json +87 -87
- package/locales/it-IT/common.json +1 -1
- package/locales/it-IT/error.json +7 -7
- package/locales/it-IT/setting.json +111 -111
- package/locales/ja-JP/common.json +1 -1
- package/locales/ja-JP/error.json +7 -7
- package/locales/ja-JP/setting.json +101 -101
- package/locales/ko-KR/common.json +1 -1
- package/locales/ko-KR/error.json +7 -3
- package/locales/ko-KR/setting.json +82 -82
- package/locales/nl-NL/common.json +1 -1
- package/locales/nl-NL/error.json +10 -10
- package/locales/nl-NL/setting.json +112 -112
- package/locales/pl-PL/common.json +1 -1
- package/locales/pl-PL/error.json +12 -12
- package/locales/pl-PL/setting.json +102 -102
- package/locales/pt-BR/common.json +1 -1
- package/locales/pt-BR/error.json +7 -7
- package/locales/pt-BR/setting.json +104 -104
- package/locales/ru-RU/common.json +1 -1
- package/locales/ru-RU/error.json +7 -7
- package/locales/ru-RU/setting.json +113 -113
- package/locales/tr-TR/common.json +1 -1
- package/locales/tr-TR/error.json +7 -7
- package/locales/tr-TR/setting.json +113 -113
- package/locales/vi-VN/common.json +1 -1
- package/locales/vi-VN/error.json +7 -7
- package/locales/vi-VN/setting.json +81 -81
- package/locales/zh-CN/common.json +1 -1
- package/locales/zh-CN/error.json +6 -6
- package/locales/zh-CN/setting.json +39 -39
- package/locales/zh-TW/common.json +1 -1
- package/locales/zh-TW/error.json +7 -7
- package/locales/zh-TW/setting.json +70 -70
- package/package.json +1 -1
- package/src/app/api/auth/sso-providers/azure-ad.ts +1 -1
- package/src/app/settings/llm/Anthropic/index.tsx +3 -43
- package/src/app/settings/llm/Azure/index.tsx +10 -10
- package/src/app/settings/llm/Bedrock/index.tsx +9 -9
- package/src/app/settings/llm/Google/index.tsx +3 -29
- package/src/app/settings/llm/Groq/index.tsx +2 -28
- package/src/app/settings/llm/Mistral/index.tsx +2 -28
- package/src/app/settings/llm/Moonshot/index.tsx +2 -28
- package/src/app/settings/llm/Ollama/index.tsx +13 -32
- package/src/app/settings/llm/OpenAI/index.tsx +15 -17
- package/src/app/settings/llm/OpenRouter/index.tsx +3 -40
- package/src/app/settings/llm/Perplexity/index.tsx +2 -28
- package/src/app/settings/llm/TogetherAI/index.tsx +3 -44
- package/src/app/settings/llm/ZeroOne/index.tsx +2 -28
- package/src/app/settings/llm/Zhipu/index.tsx +2 -30
- package/src/app/settings/llm/components/ProviderConfig/index.tsx +73 -9
- package/src/app/settings/llm/const.ts +6 -0
- package/src/app/settings/tts/TTS/index.tsx +1 -1
- package/src/locales/default/error.ts +1 -1
- package/src/locales/default/setting.ts +30 -31
- package/src/locales/resources.ts +4 -0
|
@@ -31,215 +31,215 @@
|
|
|
31
31
|
"sessionWithName": "Impostazioni della sessione · {{name}}"
|
|
32
32
|
},
|
|
33
33
|
"llm": {
|
|
34
|
-
"
|
|
34
|
+
"anthropic": {
|
|
35
35
|
"endpoint": {
|
|
36
|
-
"desc": "
|
|
36
|
+
"desc": "Oltre all'indirizzo predefinito, deve includere http(s)://",
|
|
37
37
|
"placeholder": "https://api.anthropic.com",
|
|
38
|
-
"title": "Indirizzo
|
|
38
|
+
"title": "Indirizzo Proxy API"
|
|
39
39
|
},
|
|
40
40
|
"title": "Anthropic",
|
|
41
41
|
"token": {
|
|
42
|
-
"desc": "Inserisci la
|
|
43
|
-
"placeholder": "
|
|
44
|
-
"title": "
|
|
42
|
+
"desc": "Inserisci la tua API Key fornita da Anthropic",
|
|
43
|
+
"placeholder": "Anthropic API Key",
|
|
44
|
+
"title": "API Key"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"
|
|
47
|
+
"azure": {
|
|
48
48
|
"azureApiVersion": {
|
|
49
|
-
"desc": "
|
|
50
|
-
"fetch": "Ottieni
|
|
51
|
-
"title": "Versione
|
|
49
|
+
"desc": "La versione API di Azure, segue il formato YYYY-MM-DD, consulta [l'ultima versione](https://learn.microsoft.com/zh-cn/azure/ai-services/openai/reference#chat-completions)",
|
|
50
|
+
"fetch": "Ottieni lista",
|
|
51
|
+
"title": "Versione API Azure"
|
|
52
52
|
},
|
|
53
53
|
"deployments": {
|
|
54
|
-
"desc": "
|
|
55
|
-
"title": "
|
|
54
|
+
"desc": "Compila con la sintassi id=nome per i tuoi modelli di distribuzione (se il nome della distribuzione e del modello sono uguali, puoi inserire solo il nome del modello), separa più modelli con una virgola (,)",
|
|
55
|
+
"title": "Lista dei modelli di distribuzione Azure"
|
|
56
56
|
},
|
|
57
57
|
"endpoint": {
|
|
58
|
-
"desc": "
|
|
58
|
+
"desc": "Controlla questa informazione nel portale Azure, nella sezione \"Chiavi e endpoint\"",
|
|
59
59
|
"placeholder": "https://docs-test-001.openai.azure.com",
|
|
60
|
-
"title": "Indirizzo API
|
|
60
|
+
"title": "Indirizzo API Azure"
|
|
61
61
|
},
|
|
62
62
|
"models": {
|
|
63
63
|
"desc": "Modelli supportati",
|
|
64
|
-
"title": "
|
|
64
|
+
"title": "Lista dei modelli"
|
|
65
65
|
},
|
|
66
|
-
"title": "
|
|
66
|
+
"title": "Azure OpenAI",
|
|
67
67
|
"token": {
|
|
68
|
-
"desc": "
|
|
69
|
-
"placeholder": "
|
|
70
|
-
"title": "
|
|
68
|
+
"desc": "Controlla questa informazione nel portale Azure, nella sezione \"Chiavi e endpoint\". Puoi usare KEY1 o KEY2",
|
|
69
|
+
"placeholder": "Azure API Key",
|
|
70
|
+
"title": "API Key"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"
|
|
73
|
+
"bedrock": {
|
|
74
74
|
"accessKeyId": {
|
|
75
|
-
"desc": "Inserisci
|
|
76
|
-
"placeholder": "
|
|
77
|
-
"title": "
|
|
75
|
+
"desc": "Inserisci il tuo AWS Access Key Id",
|
|
76
|
+
"placeholder": "AWS Access Key Id",
|
|
77
|
+
"title": "AWS Access Key Id"
|
|
78
78
|
},
|
|
79
79
|
"checker": {
|
|
80
|
-
"desc": "
|
|
80
|
+
"desc": "Testa se AccessKeyId / SecretAccessKey sono inseriti correttamente"
|
|
81
81
|
},
|
|
82
82
|
"region": {
|
|
83
|
-
"desc": "Inserisci
|
|
84
|
-
"placeholder": "
|
|
85
|
-
"title": "
|
|
83
|
+
"desc": "Inserisci la tua AWS Region",
|
|
84
|
+
"placeholder": "AWS Region",
|
|
85
|
+
"title": "AWS Region"
|
|
86
86
|
},
|
|
87
87
|
"secretAccessKey": {
|
|
88
|
-
"desc": "Inserisci
|
|
89
|
-
"placeholder": "
|
|
90
|
-
"title": "
|
|
88
|
+
"desc": "Inserisci il tuo AWS Secret Access Key",
|
|
89
|
+
"placeholder": "AWS Secret Access Key",
|
|
90
|
+
"title": "AWS Secret Access Key"
|
|
91
91
|
},
|
|
92
92
|
"title": "Bedrock"
|
|
93
93
|
},
|
|
94
|
-
"
|
|
94
|
+
"checker": {
|
|
95
|
+
"button": "Verifica",
|
|
96
|
+
"desc": "Verifica se la chiave API e l'indirizzo del proxy sono stati inseriti correttamente",
|
|
97
|
+
"pass": "Verifica superata",
|
|
98
|
+
"title": "Verifica di connettività"
|
|
99
|
+
},
|
|
100
|
+
"google": {
|
|
95
101
|
"title": "Google",
|
|
96
102
|
"token": {
|
|
97
|
-
"desc": "Inserisci la
|
|
98
|
-
"placeholder": "
|
|
99
|
-
"title": "
|
|
103
|
+
"desc": "Inserisci la tua API Key fornita da Google",
|
|
104
|
+
"placeholder": "Google API Key",
|
|
105
|
+
"title": "API Key"
|
|
100
106
|
}
|
|
101
107
|
},
|
|
102
|
-
"
|
|
108
|
+
"groq": {
|
|
103
109
|
"title": "Groq",
|
|
104
110
|
"token": {
|
|
105
|
-
"desc": "Inserisci la
|
|
106
|
-
"placeholder": "
|
|
107
|
-
"title": "
|
|
111
|
+
"desc": "Inserisci la tua API Key fornita da Groq",
|
|
112
|
+
"placeholder": "Groq API Key",
|
|
113
|
+
"title": "API Key"
|
|
108
114
|
}
|
|
109
115
|
},
|
|
110
|
-
"
|
|
116
|
+
"mistral": {
|
|
111
117
|
"title": "Mistral AI",
|
|
112
118
|
"token": {
|
|
113
|
-
"desc": "Inserisci la
|
|
114
|
-
"placeholder": "
|
|
115
|
-
"title": "
|
|
119
|
+
"desc": "Inserisci la tua API Key fornita da Mistral AI",
|
|
120
|
+
"placeholder": "Mistral AI API Key",
|
|
121
|
+
"title": "API Key"
|
|
116
122
|
}
|
|
117
123
|
},
|
|
118
|
-
"
|
|
124
|
+
"moonshot": {
|
|
119
125
|
"title": "Lato Oscuro della Luna",
|
|
120
126
|
"token": {
|
|
121
|
-
"desc": "Inserisci la
|
|
122
|
-
"placeholder": "
|
|
123
|
-
"title": "
|
|
127
|
+
"desc": "Inserisci la tua API Key fornita da Moonshot AI",
|
|
128
|
+
"placeholder": "Moonshot AI API Key",
|
|
129
|
+
"title": "API Key"
|
|
124
130
|
}
|
|
125
131
|
},
|
|
126
|
-
"
|
|
132
|
+
"ollama": {
|
|
127
133
|
"checker": {
|
|
128
|
-
"desc": "
|
|
134
|
+
"desc": "Testa se l'indirizzo proxy è inserito correttamente"
|
|
129
135
|
},
|
|
130
136
|
"customModelName": {
|
|
131
|
-
"desc": "Aggiungi
|
|
132
|
-
"placeholder": "vicuna,
|
|
137
|
+
"desc": "Aggiungi modelli personalizzati, separa più modelli con una virgola (,)",
|
|
138
|
+
"placeholder": "vicuna,llava,codellama,llama2:13b-text",
|
|
133
139
|
"title": "Nome del modello personalizzato"
|
|
134
140
|
},
|
|
135
141
|
"endpoint": {
|
|
136
|
-
"desc": "Inserisci l'indirizzo
|
|
142
|
+
"desc": "Inserisci l'indirizzo proxy dell'interfaccia Ollama, lascia vuoto se non specificato localmente",
|
|
137
143
|
"placeholder": "http://127.0.0.1:11434/v1",
|
|
138
|
-
"title": "Indirizzo
|
|
144
|
+
"title": "Indirizzo Proxy dell'Interfaccia"
|
|
139
145
|
},
|
|
140
146
|
"title": "Ollama"
|
|
141
147
|
},
|
|
142
|
-
"
|
|
148
|
+
"openai": {
|
|
143
149
|
"azureApiVersion": {
|
|
144
|
-
"desc": "
|
|
145
|
-
"fetch": "Ottieni
|
|
146
|
-
"title": "Versione API
|
|
150
|
+
"desc": "La versione API di Azure, segue il formato YYYY-MM-DD, consulta [l'ultima versione](https://learn.microsoft.com/zh-cn/azure/ai-services/openai/reference#chat-completions)",
|
|
151
|
+
"fetch": "Ottieni lista",
|
|
152
|
+
"title": "Versione API Azure"
|
|
147
153
|
},
|
|
148
154
|
"customModelName": {
|
|
149
|
-
"desc": "Aggiungi modelli personalizzati,
|
|
150
|
-
"placeholder": "
|
|
155
|
+
"desc": "Aggiungi modelli personalizzati, separa più modelli con una virgola (,)",
|
|
156
|
+
"placeholder": "model1,model2,model3",
|
|
151
157
|
"title": "Nome del modello personalizzato"
|
|
152
158
|
},
|
|
153
159
|
"endpoint": {
|
|
154
160
|
"desc": "Oltre all'indirizzo predefinito, deve includere http(s)://",
|
|
155
161
|
"placeholder": "https://api.openai.com/v1",
|
|
156
|
-
"title": "Indirizzo
|
|
162
|
+
"title": "Indirizzo Proxy dell'Interfaccia"
|
|
157
163
|
},
|
|
158
164
|
"models": {
|
|
159
165
|
"count": "Supporta {{count}} modelli in totale",
|
|
160
166
|
"desc": "Modelli supportati",
|
|
161
|
-
"fetch": "Ottieni
|
|
162
|
-
"notSupport": "Azure OpenAI non supporta attualmente la visualizzazione
|
|
163
|
-
"notSupportTip": "Devi assicurarti che il nome
|
|
164
|
-
"refetch": "
|
|
165
|
-
"title": "
|
|
167
|
+
"fetch": "Ottieni lista dei modelli",
|
|
168
|
+
"notSupport": "Azure OpenAI non supporta attualmente la visualizzazione della lista dei modelli",
|
|
169
|
+
"notSupportTip": "Devi assicurarti che il nome della distribuzione corrisponda al nome del modello",
|
|
170
|
+
"refetch": "Ricarica lista dei modelli",
|
|
171
|
+
"title": "Lista dei modelli"
|
|
166
172
|
},
|
|
167
|
-
"title": "
|
|
173
|
+
"title": "OpenAI",
|
|
168
174
|
"token": {
|
|
169
|
-
"desc": "Usa la tua
|
|
170
|
-
"placeholder": "
|
|
171
|
-
"title": "
|
|
175
|
+
"desc": "Usa la tua OpenAI Key",
|
|
176
|
+
"placeholder": "OpenAI API Key",
|
|
177
|
+
"title": "API Key"
|
|
172
178
|
},
|
|
173
179
|
"useAzure": {
|
|
174
|
-
"desc": "
|
|
175
|
-
"fetch": "Ottieni
|
|
176
|
-
"serverConfig": "L'amministratore ha
|
|
177
|
-
"title": "
|
|
180
|
+
"desc": "Usa il servizio OpenAI fornito da Azure",
|
|
181
|
+
"fetch": "Ottieni lista",
|
|
182
|
+
"serverConfig": "L'amministratore ha abilitato Azure OpenAI sul server, impossibile cambiare",
|
|
183
|
+
"title": "Azure OpenAI"
|
|
178
184
|
}
|
|
179
185
|
},
|
|
180
|
-
"
|
|
186
|
+
"openrouter": {
|
|
181
187
|
"checker": {
|
|
182
|
-
"desc": "
|
|
188
|
+
"desc": "Testa se l'indirizzo proxy è inserito correttamente"
|
|
183
189
|
},
|
|
184
190
|
"customModelName": {
|
|
185
|
-
"desc": "Aggiungi
|
|
191
|
+
"desc": "Aggiungi modelli personalizzati, separa più modelli con una virgola (,)",
|
|
186
192
|
"placeholder": "mistralai/mistral-7b-instruct:free,openchat/openchat-7b:free",
|
|
187
193
|
"title": "Nome del modello personalizzato"
|
|
188
194
|
},
|
|
189
195
|
"title": "OpenRouter",
|
|
190
196
|
"token": {
|
|
191
|
-
"desc": "Inserisci la
|
|
192
|
-
"placeholder": "
|
|
193
|
-
"title": "
|
|
197
|
+
"desc": "Inserisci la tua API Key fornita da OpenRouter AI",
|
|
198
|
+
"placeholder": "OpenRouter AI API Key",
|
|
199
|
+
"title": "API Key"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"perplexity": {
|
|
203
|
+
"title": "Perplexity",
|
|
204
|
+
"token": {
|
|
205
|
+
"desc": "Inserisci la tua API Key fornita da Perplexity AI",
|
|
206
|
+
"placeholder": "Perplexity AI API Key",
|
|
207
|
+
"title": "API Key"
|
|
194
208
|
}
|
|
195
209
|
},
|
|
196
|
-
"
|
|
210
|
+
"togetherai": {
|
|
197
211
|
"checker": {
|
|
198
|
-
"desc": "
|
|
212
|
+
"desc": "Testa se l'indirizzo proxy è inserito correttamente"
|
|
199
213
|
},
|
|
200
214
|
"customModelName": {
|
|
201
|
-
"desc": "Aggiungi
|
|
202
|
-
"placeholder": "
|
|
215
|
+
"desc": "Aggiungi modelli personalizzati, separa più modelli con una virgola (,)",
|
|
216
|
+
"placeholder": "togethercomputer/Llama-2-7B-32K-Instruct,teknium/OpenHermes-2-Mistral-7B",
|
|
203
217
|
"title": "Nome del modello personalizzato"
|
|
204
218
|
},
|
|
205
219
|
"title": "TogetherAI",
|
|
206
220
|
"token": {
|
|
207
|
-
"desc": "Inserisci la
|
|
208
|
-
"placeholder": "
|
|
209
|
-
"title": "
|
|
221
|
+
"desc": "Inserisci la tua API Key fornita da TogetherAI AI",
|
|
222
|
+
"placeholder": "TogetherAI AI API Key",
|
|
223
|
+
"title": "API Key"
|
|
210
224
|
}
|
|
211
225
|
},
|
|
212
|
-
"
|
|
213
|
-
|
|
214
|
-
"
|
|
215
|
-
"desc": "Inserisci la chiave API di Perplexity AI",
|
|
216
|
-
"placeholder": "Chiave API di Perplexity AI",
|
|
217
|
-
"title": "Chiave API"
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
"ZeroOne": {
|
|
221
|
-
"title": "01.AI ZeroOne万物",
|
|
226
|
+
"waitingForMore": "Altri modelli sono in fase di <1> pianificazione per l'integrazione </1>, resta sintonizzato ✨",
|
|
227
|
+
"zeroone": {
|
|
228
|
+
"title": "01.AI Zero Uno",
|
|
222
229
|
"token": {
|
|
223
|
-
"desc": "
|
|
224
|
-
"placeholder": "01.AI
|
|
225
|
-
"title": "API
|
|
230
|
+
"desc": "Inserisci la tua API Key fornita da 01.AI Zero Uno",
|
|
231
|
+
"placeholder": "01.AI Zero Uno API Key",
|
|
232
|
+
"title": "API Key"
|
|
226
233
|
}
|
|
227
234
|
},
|
|
228
|
-
"
|
|
229
|
-
"title": "
|
|
235
|
+
"zhipu": {
|
|
236
|
+
"title": "Zhipu",
|
|
230
237
|
"token": {
|
|
231
|
-
"desc": "Inserisci la
|
|
232
|
-
"placeholder": "
|
|
233
|
-
"title": "
|
|
238
|
+
"desc": "Inserisci la tua API Key fornita da Zhipu",
|
|
239
|
+
"placeholder": "Zhipu API Key",
|
|
240
|
+
"title": "API Key"
|
|
234
241
|
}
|
|
235
|
-
}
|
|
236
|
-
"checker": {
|
|
237
|
-
"button": "Verifica",
|
|
238
|
-
"desc": "Verifica se la chiave API e l'indirizzo del proxy sono stati inseriti correttamente",
|
|
239
|
-
"pass": "Verifica superata",
|
|
240
|
-
"title": "Verifica di connettività"
|
|
241
|
-
},
|
|
242
|
-
"waitingForMore": "Altri modelli sono in fase di <1> pianificazione per l'integrazione </1>, resta sintonizzato ✨"
|
|
242
|
+
}
|
|
243
243
|
},
|
|
244
244
|
"ollama": {
|
|
245
245
|
"download": {
|
package/locales/ja-JP/error.json
CHANGED
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"InvalidMoonshotAPIKey": "Moonshot AI APIキーが正しくないか空です。Moonshot APIキーを確認して再試行してください。",
|
|
50
50
|
"InvalidOllamaArgs": "Ollamaの設定が正しくありません。Ollamaの設定を確認してからもう一度お試しください",
|
|
51
51
|
"InvalidOpenRouterAPIKey": "OpenRouter API キーが正しくないか空です。OpenRouter API キーを確認してもう一度お試しください。",
|
|
52
|
-
"InvalidTogetherAIAPIKey": "TogetherAI API キーが正しくないか空です。TogetherAI API キーを確認してもう一度お試しください。",
|
|
53
52
|
"InvalidPerplexityAPIKey": "Perplexity APIキーが正しくないか空です。Perplexity APIキーを確認してもう一度お試しください",
|
|
53
|
+
"InvalidTogetherAIAPIKey": "TogetherAI API キーが正しくないか空です。TogetherAI API キーを確認してもう一度お試しください。",
|
|
54
54
|
"InvalidZeroOneAPIKey": "ZeroOne APIキーが正しくないか空です。ZeroOne APIキーを確認して再試行してください。",
|
|
55
55
|
"InvalidZhipuAPIKey": "Zhipu APIキーが正しくないか空です。Zhipu APIキーを確認してから再試行してください。",
|
|
56
56
|
"LocationNotSupportError": "申し訳ありませんが、お住まいの地域ではこのモデルサービスをサポートしていません。地域制限またはサービスが利用できない可能性があります。現在の位置がこのサービスをサポートしているかどうかを確認するか、他の位置情報を使用してみてください。",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"OllamaServiceUnavailable": "Ollamaサービスが利用できません。正常に起動しているかどうかを確認してください",
|
|
62
62
|
"OpenAIBizError": "OpenAIサービスのリクエストエラーが発生しました。以下の情報に基づいて問題を解決したり、再試行したりしてください",
|
|
63
63
|
"OpenRouterBizError": "OpenRouter AI サービスのリクエスト中にエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、もう一度お試しください。",
|
|
64
|
-
"TogetherAIBizError": "TogetherAI AI サービスのリクエスト中にエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、もう一度お試しください。",
|
|
65
64
|
"PerplexityBizError": "Perplexity AIサービスのリクエストでエラーが発生しました。以下の情報に基づいてトラブルシューティングするか、再度お試しください",
|
|
66
65
|
"PluginApiNotFound": "申し訳ありませんが、プラグインのマニフェストに指定されたAPIが見つかりませんでした。リクエストメソッドとプラグインのマニフェストのAPIが一致しているかどうかを確認してください",
|
|
67
66
|
"PluginApiParamsError": "申し訳ありませんが、プラグインのリクエストパラメータの検証に失敗しました。パラメータとAPIの説明が一致しているかどうか確認してください",
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
"PluginOpenApiInitError": "申し訳ありませんが、OpenAPIクライアントの初期化に失敗しました。OpenAPIの設定情報を確認してください。",
|
|
76
75
|
"PluginServerError": "プラグインサーバーのリクエストエラーが発生しました。以下のエラーメッセージを参考に、プラグインのマニフェストファイル、設定、サーバー実装を確認してください",
|
|
77
76
|
"PluginSettingsInvalid": "このプラグインを使用するには、正しい設定が必要です。設定が正しいかどうか確認してください",
|
|
77
|
+
"TogetherAIBizError": "TogetherAI AI サービスのリクエスト中にエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、もう一度お試しください。",
|
|
78
78
|
"ZeroOneBizError": "リクエストがZeroOneサービスでエラーが発生しました。以下の情報を確認して再試行してください。",
|
|
79
79
|
"ZhipuBizError": "Zhipuサービスのリクエストでエラーが発生しました。以下の情報に基づいてトラブルシューティングを行うか、再試行してください。"
|
|
80
80
|
},
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"Bedrock": {
|
|
94
94
|
"customRegion": "自定义服务区域",
|
|
95
|
-
"description": "
|
|
95
|
+
"description": "AWS AccessKeyId / SecretAccessKeyを入力してセッションを開始します。アプリは認証構成を記録しません。",
|
|
96
96
|
"title": "カスタムBedrock認証情報を使用"
|
|
97
97
|
},
|
|
98
98
|
"Google": {
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"description": "OpenRouter API キーを入力するとセッションが開始されます。アプリは API キーを記録しません。",
|
|
121
121
|
"title": "カスタム OpenRouter API キーを使用する"
|
|
122
122
|
},
|
|
123
|
-
"TogetherAI": {
|
|
124
|
-
"description": "TogetherAI API キーを入力するとセッションが開始されます。アプリは API キーを記録しません。",
|
|
125
|
-
"title": "カスタム TogetherAI API キーを使用する"
|
|
126
|
-
},
|
|
127
123
|
"Perplexity": {
|
|
128
124
|
"description": "Perplexity APIキーを入力して会話を開始します。アプリはAPIキーを記録しません",
|
|
129
125
|
"title": "カスタムPerplexity APIキーを使用"
|
|
130
126
|
},
|
|
127
|
+
"TogetherAI": {
|
|
128
|
+
"description": "TogetherAI API キーを入力するとセッションが開始されます。アプリは API キーを記録しません。",
|
|
129
|
+
"title": "カスタム TogetherAI API キーを使用する"
|
|
130
|
+
},
|
|
131
131
|
"ZeroOne": {
|
|
132
132
|
"description": "カスタムのZeroOne APIキーを入力してセッションを開始します。アプリはAPIキーを記録しません。",
|
|
133
133
|
"title": "カスタムZeroOne APIキーの使用"
|