diff --git a/gpt4all-chat/CHANGELOG.md b/gpt4all-chat/CHANGELOG.md index 6478ea72..2fada906 100644 --- a/gpt4all-chat/CHANGELOG.md +++ b/gpt4all-chat/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Fix API server replying with incorrect token counts and stop reason after v3.5.0 ([#3256](https://github.com/nomic-ai/gpt4all/pull/3256)) - Fix API server remembering previous, unrelated conversations after v3.5.0 ([#3256](https://github.com/nomic-ai/gpt4all/pull/3256)) - Fix mishandling of default chat template and system message of cloned models in v3.5.0 ([#3262](https://github.com/nomic-ai/gpt4all/pull/3262)) +- Fix untranslated text on the startup dialog ([#3293](https://github.com/nomic-ai/gpt4all/pull/3293)) ## [3.5.1] - 2024-12-10 diff --git a/gpt4all-chat/qml/StartupDialog.qml b/gpt4all-chat/qml/StartupDialog.qml index a1d021c8..a29a8a4c 100644 --- a/gpt4all-chat/qml/StartupDialog.qml +++ b/gpt4all-chat/qml/StartupDialog.qml @@ -115,7 +115,7 @@ model release that uses your data!") anchors.right: parent.right Label { id: optInStatistics - text: "Opt-in to anonymous usage analytics used to improve GPT4All" + text: qsTr("Opt-in to anonymous usage analytics used to improve GPT4All") Layout.row: 0 Layout.column: 0 color: theme.textColor @@ -229,7 +229,7 @@ model release that uses your data!") Label { id: optInNetwork - text: "Opt-in to anonymous sharing of chats to the GPT4All Datalake" + text: qsTr("Opt-in to anonymous sharing of chats to the GPT4All Datalake") Layout.row: 1 Layout.column: 0 color: theme.textColor diff --git a/gpt4all-chat/translations/gpt4all_en_US.ts b/gpt4all-chat/translations/gpt4all_en_US.ts index b84517d5..5f998cc8 100644 --- a/gpt4all-chat/translations/gpt4all_en_US.ts +++ b/gpt4all-chat/translations/gpt4all_en_US.ts @@ -726,7 +726,7 @@ - + Copy @@ -805,17 +805,17 @@ - + Like response - + Dislike response - + Suggested follow-ups @@ -823,7 +823,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. @@ -954,68 +954,68 @@ - + Load the default model - + Loads the default model which can be changed in settings - + No Model Installed - + GPT4All requires that you install at least one model to get started - + Install a Model - + Shows the add model view - + Conversation with the model - + prompt / response pairs from the conversation - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. - + Copy @@ -1027,47 +1027,47 @@ model to get started - + Erase and reset chat session - + Copy chat session to clipboard - + Add media - + Adds media to the prompt - + Stop generating - + Stop the current response generation - + Attach - + Single File - + Reloads the model @@ -1089,7 +1089,7 @@ model to get started - + Reload · %1 @@ -1099,47 +1099,47 @@ model to get started - + Load · %1 (default) → - + Send a message... - + Load a model to continue... - + Send messages/prompts to the model - + Cut - + Paste - + Select All - + Send message - + Sends the message/prompt contained in textfield to the model @@ -1602,78 +1602,78 @@ model to get started ModelList - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 - + <strong>Mistral Tiny model</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. - - + + cannot open "%1": %2 - + cannot create "%1": %2 - + %1 (%2) - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> @@ -2429,6 +2429,11 @@ model release that uses your data! Describes what will happen when you opt-in + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2462,6 +2467,11 @@ model release that uses your data! Allow opt-out for anonymous usage statistics + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + + diff --git a/gpt4all-chat/translations/gpt4all_es_MX.ts b/gpt4all-chat/translations/gpt4all_es_MX.ts index c392ddb3..070a4e5d 100644 --- a/gpt4all-chat/translations/gpt4all_es_MX.ts +++ b/gpt4all-chat/translations/gpt4all_es_MX.ts @@ -738,7 +738,7 @@ - + Copy Copiar @@ -817,17 +817,17 @@ - + Like response - + Dislike response - + Suggested follow-ups Seguimientos sugeridos @@ -835,7 +835,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. @@ -974,37 +974,37 @@ agregar colecciones de documentos al chat - + Load the default model Cargar el modelo predeterminado - + Loads the default model which can be changed in settings Carga el modelo predeterminado que se puede cambiar en la configuración - + No Model Installed No hay modelo instalado - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. @@ -1025,22 +1025,22 @@ - + Install a Model Instalar un modelo - + Shows the add model view Muestra la vista de agregar modelo - + Conversation with the model Conversación con el modelo - + prompt / response pairs from the conversation pares de pregunta / respuesta de la conversación @@ -1069,7 +1069,7 @@ generando preguntas ... - + Copy Copiar @@ -1106,12 +1106,12 @@ Seguimientos sugeridos - + Erase and reset chat session Borrar y reiniciar sesión de chat - + Copy chat session to clipboard Copiar sesión de chat al portapapeles @@ -1120,43 +1120,43 @@ Rehacer última respuesta del chat - + Add media Agregar medios - + Adds media to the prompt Agrega medios al mensaje - + Stop generating Detener generación - + Stop the current response generation Detener la generación de la respuesta actual - + Attach Adjuntar - + Single File Fila india - + Reloads the model Recarga el modelo - + Reload · %1 Recargar · %1 @@ -1166,7 +1166,7 @@ Cargando · %1 - + Load · %1 (default) → Cargar · %1 (predeterminado) → @@ -1186,47 +1186,47 @@ - + Send a message... Enviar un mensaje... - + Load a model to continue... Carga un modelo para continuar... - + Send messages/prompts to the model Enviar mensajes/indicaciones al modelo - + Cut Cortar - + Paste Pegar - + Select All Seleccionar todo - + Send message Enviar mensaje - + Sends the message/prompt contained in textfield to the model Envía el mensaje/indicación contenido en el campo de texto al modelo - + GPT4All requires that you install at least one model to get started GPT4All requiere que instale al menos un @@ -1696,78 +1696,78 @@ modelo para comenzar ModelList - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> <ul><li>Requiere clave API personal de OpenAI.</li><li>ADVERTENCIA: ¡Enviará sus chats a OpenAI!</li><li>Su clave API se almacenará en el disco</li><li>Solo se usará para comunicarse con OpenAI</li><li>Puede solicitar una clave API <a href="https://platform.openai.com/account/api-keys">aquí.</a></li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 <strong>Modelo ChatGPT GPT-3.5 Turbo de OpenAI</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. <br><br><i>* Aunque pagues a OpenAI por ChatGPT-4, esto no garantiza el acceso a la clave API. Contacta a OpenAI para más información. - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 <strong>Modelo ChatGPT GPT-4 de OpenAI</strong><br> %1 %2 - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> <ul><li>Requiere una clave API personal de Mistral.</li><li>ADVERTENCIA: ¡Enviará tus chats a Mistral!</li><li>Tu clave API se almacenará en el disco</li><li>Solo se usará para comunicarse con Mistral</li><li>Puedes solicitar una clave API <a href="https://console.mistral.ai/user/api-keys">aquí</a>.</li> - + <strong>Mistral Tiny model</strong><br> %1 <strong>Modelo Mistral Tiny</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 <strong>Modelo Mistral Small</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 <strong>Modelo Mistral Medium</strong><br> %1 - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> <strong>Creado por %1.</strong><br><ul><li>Publicado el %2.<li>Este modelo tiene %3 me gusta.<li>Este modelo tiene %4 descargas.<li>Más información puede encontrarse <a href="https://huggingface.co/%5">aquí.</a></ul> - + %1 (%2) %1 (%2) - - + + cannot open "%1": %2 no se puede abrir "%1": %2 - + cannot create "%1": %2 no se puede crear "%1": %2 - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> <strong>Modelo de API compatible con OpenAI</strong><br><ul><li>Clave API: %1</li><li>URL base: %2</li><li>Nombre del modelo: %3</li></ul> - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> <ul><li>Requiere una clave API personal y la URL base de la API.</li><li>ADVERTENCIA: ¡Enviará sus chats al servidor de API compatible con OpenAI que especificó!</li><li>Su clave API se almacenará en el disco</li><li>Solo se utilizará para comunicarse con el servidor de API compatible con OpenAI</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 <strong>Conectar al servidor de API compatible con OpenAI</strong><br> %1 @@ -2546,6 +2546,11 @@ NOTA: Al activar esta función, estarás enviando tus datos al Datalake de Códi Describes what will happen when you opt-in Describe lo que sucederá cuando acepte + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2579,6 +2584,11 @@ NOTA: Al activar esta función, estarás enviando tus datos al Datalake de Códi Allow opt-out for anonymous usage statistics Permitir rechazo de estadísticas de uso anónimas + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + + diff --git a/gpt4all-chat/translations/gpt4all_it_IT.ts b/gpt4all-chat/translations/gpt4all_it_IT.ts index e401aed8..075abcd9 100644 --- a/gpt4all-chat/translations/gpt4all_it_IT.ts +++ b/gpt4all-chat/translations/gpt4all_it_IT.ts @@ -727,7 +727,7 @@ - + Copy Copia @@ -806,17 +806,17 @@ Ripeti - + Like response Mi piace la risposta - + Dislike response Non mi piace la risposta - + Suggested follow-ups Approfondimenti suggeriti @@ -824,7 +824,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. Il messaggio era troppo lungo e non è stato possibile elaborarlo (%1 > %2). Riprova con un messaggio più breve. @@ -955,114 +955,114 @@ aggiungi raccolte di documenti alla chat - + Load the default model Carica il modello predefinito - + Loads the default model which can be changed in settings Carica il modello predefinito che può essere modificato nei settaggi - + No Model Installed Nessun modello installato - + GPT4All requires that you install at least one model to get started GPT4All richiede l'installazione di almeno un modello per iniziare - + Install a Model Installa un modello - + Shows the add model view Mostra la vista aggiungi modello - + Conversation with the model Conversazione con il modello - + prompt / response pairs from the conversation coppie prompt/risposta dalla conversazione - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. Il modello di prompt precedente deve essere <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">aggiornato</a> nei Settaggi. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. Nessun <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">modello di chat</a> configurato. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. Il <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">modello di chat</a> non può essere vuoto. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. Il prompt del sistema precedente deve essere <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">aggiornato</a> nei Settaggi. - + Copy Copia - + Erase and reset chat session Cancella e ripristina la sessione di chat - + Copy chat session to clipboard Copia la sessione di chat negli appunti - + Add media Aggiungi contenuti multimediali - + Adds media to the prompt Aggiunge contenuti multimediali al prompt - + Stop generating Interrompi la generazione - + Stop the current response generation Arresta la generazione della risposta corrente - + Attach Allegare - + Single File File singolo - + Reloads the model Ricarica il modello @@ -1084,7 +1084,7 @@ modello per iniziare - + Reload · %1 Ricarica · %1 @@ -1094,47 +1094,47 @@ modello per iniziare Caricamento · %1 - + Load · %1 (default) → Carica · %1 (predefinito) → - + Send a message... Manda un messaggio... - + Load a model to continue... Carica un modello per continuare... - + Send messages/prompts to the model Invia messaggi/prompt al modello - + Cut Taglia - + Paste Incolla - + Select All Seleziona tutto - + Send message Invia messaggio - + Sends the message/prompt contained in textfield to the model Invia il messaggio/prompt contenuto nel campo di testo al modello @@ -1598,78 +1598,78 @@ modello per iniziare ModelList - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> <ul><li>Richiede una chiave API OpenAI personale.</li><li>ATTENZIONE: invierà le tue chat a OpenAI!</li><li>La tua chiave API verrà archiviata su disco</li><li> Verrà utilizzato solo per comunicare con OpenAI</li><li>Puoi richiedere una chiave API <a href="https://platform.openai.com/account/api-keys">qui.</a> </li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 - + <strong>Mistral Tiny model</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. <br><br><i>* Anche se paghi OpenAI per ChatGPT-4 questo non garantisce l'accesso alla chiave API. Contatta OpenAI per maggiori informazioni. - - + + cannot open "%1": %2 impossibile aprire "%1": %2 - + cannot create "%1": %2 impossibile creare "%1": %2 - + %1 (%2) %1 (%2) - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> <strong>Modello API compatibile con OpenAI</strong><br><ul><li>Chiave API: %1</li><li>URL di base: %2</li><li>Nome modello: %3</li></ul> - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> <ul><li>Richiede una chiave API Mistral personale.</li><li>ATTENZIONE: invierà le tue chat a Mistral!</li><li>La tua chiave API verrà archiviata su disco</li><li> Verrà utilizzato solo per comunicare con Mistral</li><li>Puoi richiedere una chiave API <a href="https://console.mistral.ai/user/api-keys">qui</a>. </li> - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> <ul><li>Richiede una chiave API personale e l'URL di base dell'API.</li><li>ATTENZIONE: invierà le tue chat al server API compatibile con OpenAI che hai specificato!</li><li>La tua chiave API verrà archiviata su disco</li><li>Verrà utilizzata solo per comunicare con il server API compatibile con OpenAI</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 <strong>Connetti al server API compatibile con OpenAI</strong><br> %1 - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> <strong>Creato da %1.</strong><br><ul><li>Pubblicato il %2.<li>Questo modello ha %3 Mi piace.<li>Questo modello ha %4 download.<li>Altro informazioni possono essere trovate <a href="https://huggingface.co/%5">qui.</a></ul> @@ -2444,6 +2444,11 @@ NOTA: attivando questa funzione, invierai i tuoi dati al Datalake Open Source di Describes what will happen when you opt-in Descrive cosa accadrà quando effettuerai l'adesione + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2477,6 +2482,11 @@ NOTA: attivando questa funzione, invierai i tuoi dati al Datalake Open Source di Allow opt-out for anonymous usage statistics Consenti la disattivazione per le statistiche di utilizzo anonime + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + + diff --git a/gpt4all-chat/translations/gpt4all_pt_BR.ts b/gpt4all-chat/translations/gpt4all_pt_BR.ts index 2a86309d..621dfc93 100644 --- a/gpt4all-chat/translations/gpt4all_pt_BR.ts +++ b/gpt4all-chat/translations/gpt4all_pt_BR.ts @@ -740,7 +740,7 @@ - + Copy Copiar @@ -819,17 +819,17 @@ - + Like response - + Dislike response - + Suggested follow-ups Perguntas relacionadas @@ -837,7 +837,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. @@ -976,64 +976,64 @@ Adicionar Coleção de Documentos - + Load the default model Carregar o modelo padrão - + Loads the default model which can be changed in settings Carrega o modelo padrão (personalizável nas configurações) - + No Model Installed Nenhum Modelo Instalado - + GPT4All requires that you install at least one model to get started O GPT4All precisa de pelo menos um modelo modelo instalado para funcionar - + Install a Model Instalar um Modelo - + Shows the add model view Mostra a visualização para adicionar modelo - + Conversation with the model Conversa com o modelo - + prompt / response pairs from the conversation Pares de pergunta/resposta da conversa - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. @@ -1062,7 +1062,7 @@ modelo instalado para funcionar gerando perguntas... - + Copy Copiar @@ -1099,12 +1099,12 @@ modelo instalado para funcionar Perguntas relacionadas - + Erase and reset chat session Apagar e redefinir sessão de chat - + Copy chat session to clipboard Copiar histórico da conversa @@ -1113,37 +1113,37 @@ modelo instalado para funcionar Refazer última resposta - + Add media Adicionar mídia - + Adds media to the prompt Adiciona mídia ao prompt - + Stop generating Parar de gerar - + Stop the current response generation Parar a geração da resposta atual - + Attach Anexar - + Single File Arquivo Único - + Reloads the model Recarrega modelo @@ -1165,7 +1165,7 @@ modelo instalado para funcionar - + Reload · %1 Recarregar · %1 @@ -1175,7 +1175,7 @@ modelo instalado para funcionar Carregando · %1 - + Load · %1 (default) → Carregar · %1 (padrão) → @@ -1199,42 +1199,42 @@ modelo instalado para funcionar - + Send a message... Enviar uma mensagem... - + Load a model to continue... Carregue um modelo para continuar... - + Send messages/prompts to the model Enviar mensagens/prompts para o modelo - + Cut Recortar - + Paste Colar - + Select All Selecionar tudo - + Send message Enviar mensagem - + Sends the message/prompt contained in textfield to the model Envia a mensagem/prompt contida no campo de texto para o modelo @@ -1698,78 +1698,78 @@ modelo instalado para funcionar ModelList - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> <ul><li>É necessária uma chave de API da OpenAI.</li><li>AVISO: Seus chats serão enviados para a OpenAI!</li><li>Sua chave de API será armazenada localmente</li><li>Ela será usada apenas para comunicação com a OpenAI</li><li>Você pode solicitar uma chave de API <a href="https://platform.openai.com/account/api-keys">aqui.</a></li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 <strong>Modelo ChatGPT GPT-3.5 Turbo da OpenAI</strong><br> %1 - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 <strong>Modelo ChatGPT GPT-4 da OpenAI</strong><br> %1 %2 - + <strong>Mistral Tiny model</strong><br> %1 <strong>Modelo Mistral Tiny</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 <strong>Modelo Mistral Small</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 <strong>Modelo Mistral Medium</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. <br><br><i>* Mesmo que você pague pelo ChatGPT-4 da OpenAI, isso não garante acesso à chave de API. Contate a OpenAI para mais informações. - - + + cannot open "%1": %2 não é possível abrir "%1": %2 - + cannot create "%1": %2 não é possível criar "%1": %2 - + %1 (%2) %1 (%2) - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> <strong>Modelo de API Compatível com OpenAI</strong><br><ul><li>Chave da API: %1</li><li>URL Base: %2</li><li>Nome do Modelo: %3</li></ul> - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> <ul><li>É necessária uma chave de API da Mistral.</li><li>AVISO: Seus chats serão enviados para a Mistral!</li><li>Sua chave de API será armazenada localmente</li><li>Ela será usada apenas para comunicação com a Mistral</li><li>Você pode solicitar uma chave de API <a href="https://console.mistral.ai/user/api-keys">aqui</a>.</li> - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> <ul><li>É necessária uma chave de API e a URL da API.</li><li>AVISO: Seus chats serão enviados para o servidor de API compatível com OpenAI que você especificou!</li><li>Sua chave de API será armazenada no disco</li><li>Será usada apenas para comunicação com o servidor de API compatível com OpenAI</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 <strong>Conectar a um servidor de API compatível com OpenAI</strong><br> %1 - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> <strong>Criado por %1.</strong><br><ul><li>Publicado em %2.<li>Este modelo tem %3 curtidas.<li>Este modelo tem %4 downloads.<li>Mais informações podem ser encontradas <a href="https://huggingface.co/%5">aqui.</a></ul> @@ -2581,6 +2581,11 @@ versão do modelo GPT4All que utilize seus dados! Describes what will happen when you opt-in Descrição do que acontece ao participar + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2614,6 +2619,11 @@ versão do modelo GPT4All que utilize seus dados! Allow opt-out for anonymous usage statistics Permitir recusar envio de estatísticas de uso anônimas + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + + diff --git a/gpt4all-chat/translations/gpt4all_ro_RO.ts b/gpt4all-chat/translations/gpt4all_ro_RO.ts index 13d8ae65..adea9547 100644 --- a/gpt4all-chat/translations/gpt4all_ro_RO.ts +++ b/gpt4all-chat/translations/gpt4all_ro_RO.ts @@ -743,7 +743,7 @@ - + Copy Copiere @@ -823,17 +823,17 @@ Refacere - + Like response Imi Place râspunsul - + Dislike response NU Îmi Place râspunsul - + Suggested follow-ups Continuări sugerate @@ -841,7 +841,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. Mesajul tău e prea lung şi nu poate fi procesat. (%1 > %2). Încearca iar cu un mesaj mai scurt @@ -980,37 +980,37 @@ adaugă Colecţii de documente la conversaţie - + Load the default model Încarcă modelul implicit - + Loads the default model which can be changed in settings Încarcă modelul implicit care poate fi stabilit în Configurare - + No Model Installed Niciun model instalat - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. Vechiul Prompt-Template trebuie să fie <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">actualizat</a> în Configurare. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. Nu e configurat niciun <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">model de conversaţie</a>. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">Modelul de conversaţie</a> nu poate lipsi. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. Vechiul System Prompt trebuie să fie <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">actualizat</a> în Configurare. @@ -1045,28 +1045,28 @@ Schimbarea modelului va ŞTERGE conversaţia curenta. - + GPT4All requires that you install at least one model to get started GPT4All necesită cel puţin un model pentru a putea rula - + Install a Model Instalează un model - + Shows the add model view Afişează secţiunea de adăugare a unui model - + Conversation with the model Conversaţie cu modelul - + prompt / response pairs from the conversation perechi prompt/replică din conversaţie @@ -1095,7 +1095,7 @@ model to get started se generează întrebări... - + Copy Copiere @@ -1132,12 +1132,12 @@ model to get started Continuări sugerate - + Erase and reset chat session Şterge şi resetează sesiunea de chat - + Copy chat session to clipboard Copiez sesiunea de chat (conversaţia) în Clipboard @@ -1146,37 +1146,37 @@ model to get started Reface ultima replică - + Add media Adaugă media (un fişier) - + Adds media to the prompt Adaugă media (un fişier) la prompt - + Stop generating Opreşte generarea - + Stop the current response generation Opreşte generarea replicii curente - + Attach Ataşează - + Single File Un singur fişier - + Reloads the model Reîncarc modelul @@ -1212,7 +1212,7 @@ model to get started - + Reload · %1 Reîncărcare · %1 @@ -1222,7 +1222,7 @@ model to get started Încărcare · %1 - + Load · %1 (default) → Încarcă · %1 (implicit) → @@ -1247,42 +1247,42 @@ model to get started - + Send a message... Trimite un mesaj... - + Load a model to continue... Încarcă un model pentru a continua... - + Send messages/prompts to the model Trimite mesaje/prompt-uri către model - + Cut Decupare (Cut) - + Paste Alipire (Paste) - + Select All Selectez tot - + Send message Trimit mesajul - + Sends the message/prompt contained in textfield to the model Trimite modelului mesajul/prompt-ul din câmpul-text @@ -1749,78 +1749,78 @@ model to get started ModelList - - + + cannot open "%1": %2 nu se poate deschide „%1”: %2 - + cannot create "%1": %2 nu se poate crea „%1”: %2 - + %1 (%2) %1 (%2) - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> <strong>Model API compatibil cu OpenAI</strong><br><ul><li>Cheia API: %1</li><li>Base URL: %2</li><li>Numele modelului: %3</li></ul> - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> <ul><li>Necesită o cheie API OpenAI personală. </li><li>ATENŢIE: Conversaţiile tale vor fi trimise la OpenAI!</li><li>Cheia ta API va fi stocată pe disc (local) </li><li>Va fi utilizată numai pentru comunicarea cu OpenAI</li><li>Poţi solicita o cheie API aici: <a href="https://platform.openai.com/account/api-keys">aici.</a></li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 <strong>Modelul OpenAI's ChatGPT GPT-3.5 Turbo</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. <br><br><i>* Chiar dacă plăteşti la OpenAI pentru ChatGPT-4, aceasta nu garantează accesul la cheia API. Contactează OpenAI pentru mai multe informaţii. - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 <strong>Modelul ChatGPT GPT-4 al OpenAI</strong><br> %1 %2 - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> <ul><li>Necesită cheia personală Mistral API. </li><li>ATENŢIE: Conversaţiile tale vor fi trimise la Mistral!</li><li>Cheia ta API va fi stocată pe disc (local)</li><li>Va fi utilizată numai pentru comunicarea cu Mistral</li><li>Poţi solicita o cheie API aici: <a href="https://console.mistral.ai/user/api-keys">aici</a>.</li> - + <strong>Mistral Tiny model</strong><br> %1 <strong>Modelul Mistral Tiny</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 <strong>Modelul Mistral Small</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 <strong>Modelul Mistral Medium</strong><br> %1 - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> <ul><li>Necesită cheia personală API si base-URL a API.</li><li>ATENŢIE: Conversaţiile tale vor fi trimise la serverul API compatibil cu OpenAI specificat!</li><li>Cheia ta API va fi stocată pe disc (local)</li><li>Va fi utilizată numai pentru comunicarea cu serverul API compatibil cu OpenAI</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 <strong>Conectare la un server API compatibil cu OpenAI</strong><br> %1 - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> <strong>Creat de către %1.</strong><br><ul><li>Publicat in: %2.<li>Acest model are %3 Likes.<li>Acest model are %4 download-uri.<li>Mai multe informaţii pot fi găsite la: <a href="https://huggingface.co/%5">aici.</a></ul> @@ -2675,6 +2675,11 @@ care foloseşte datele tale! Describes what will happen when you opt-in Descrie ce se întâmplă când participi + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2708,6 +2713,11 @@ care foloseşte datele tale! Allow opt-out for anonymous usage statistics Permite anularea participării la colectarea de statistici despre utilizare -anonimă- + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + + diff --git a/gpt4all-chat/translations/gpt4all_zh_CN.ts b/gpt4all-chat/translations/gpt4all_zh_CN.ts index 7fc06d38..e8ed5738 100644 --- a/gpt4all-chat/translations/gpt4all_zh_CN.ts +++ b/gpt4all-chat/translations/gpt4all_zh_CN.ts @@ -742,7 +742,7 @@ - + Copy 复制 @@ -820,17 +820,17 @@ - + Like response - + Dislike response - + Suggested follow-ups 建议的后续行动 @@ -838,7 +838,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. @@ -977,63 +977,63 @@ 将文档集合添加到聊天中 - + Load the default model 载入默认模型 - + Loads the default model which can be changed in settings 加载默认模型,可以在设置中更改 - + No Model Installed 没有下载模型 - + GPT4All requires that you install at least one model to get started GPT4All要求您至少安装一个模型才能开始 - + Install a Model 下载模型 - + Shows the add model view 查看添加的模型 - + Conversation with the model 使用此模型对话 - + prompt / response pairs from the conversation 对话中的提示/响应对 - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. @@ -1062,7 +1062,7 @@ model to get started 生成响应 - + Copy 复制 @@ -1099,12 +1099,12 @@ model to get started 建议的后续行动 - + Erase and reset chat session 擦除并重置聊天会话 - + Copy chat session to clipboard 复制对话到剪切板 @@ -1113,37 +1113,37 @@ model to get started 重新生成上个响应 - + Add media 新增媒體 - + Adds media to the prompt 將媒體加入提示中 - + Stop generating 停止生成 - + Stop the current response generation 停止当前响应 - + Attach - + Single File 單一文件 - + Reloads the model 重载模型 @@ -1165,7 +1165,7 @@ model to get started - + Reload · %1 重载 · %1 @@ -1175,7 +1175,7 @@ model to get started 载入中 · %1 - + Load · %1 (default) → 载入 · %1 (默认) → @@ -1198,42 +1198,42 @@ model to get started - + Send a message... 发送消息... - + Load a model to continue... 选择模型并继续 - + Send messages/prompts to the model 发送消息/提示词给模型 - + Cut 剪切 - + Paste 粘贴 - + Select All 全选 - + Send message 发送消息 - + Sends the message/prompt contained in textfield to the model 将文本框中包含的消息/提示发送给模型 @@ -1698,78 +1698,78 @@ model to get started ModelList - - + + cannot open "%1": %2 无法打开“%1”:%2 - + cannot create "%1": %2 无法创建“%1”:%2 - + %1 (%2) %1 (%2) - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> <strong>与 OpenAI 兼容的 API 模型</strong><br><ul><li>API 密钥:%1</li><li>基本 URL:%2</li><li>模型名称:%3</li></ul> - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> <ul><li>需要个人 OpenAI API 密钥。</li><li>警告:将把您的聊天内容发送给 OpenAI!</li><li>您的 API 密钥将存储在磁盘上</li><li>仅用于与 OpenAI 通信</li><li>您可以在此处<a href="https://platform.openai.com/account/api-keys">申请 API 密钥。</a></li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 - + <strong>Mistral Tiny model</strong><br> %1 <strong>Mistral Tiny model</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 <strong>Mistral Small model</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 <strong>Mistral Medium model</strong><br> %1 - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> <ul><li>需要个人 API 密钥和 API 基本 URL。</li><li>警告:将把您的聊天内容发送到您指定的与 OpenAI 兼容的 API 服务器!</li><li>您的 API 密钥将存储在磁盘上</li><li>仅用于与与 OpenAI 兼容的 API 服务器通信</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 <strong>连接到与 OpenAI 兼容的 API 服务器</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. <br><br><i>* 即使您为ChatGPT-4向OpenAI付款,这也不能保证API密钥访问。联系OpenAI获取更多信息。 - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> @@ -2573,6 +2573,11 @@ model release that uses your data! Describes what will happen when you opt-in 描述选择加入时会发生的情况 + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2606,6 +2611,11 @@ model release that uses your data! Allow opt-out for anonymous usage statistics 允许选择退出匿名使用统计数据 + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + + diff --git a/gpt4all-chat/translations/gpt4all_zh_TW.ts b/gpt4all-chat/translations/gpt4all_zh_TW.ts index 75325cdb..0f86f7df 100644 --- a/gpt4all-chat/translations/gpt4all_zh_TW.ts +++ b/gpt4all-chat/translations/gpt4all_zh_TW.ts @@ -735,7 +735,7 @@ - + Copy 複製 @@ -813,17 +813,17 @@ - + Like response - + Dislike response - + Suggested follow-ups 後續建議 @@ -831,7 +831,7 @@ ChatLLM - + Your message was too long and could not be processed (%1 > %2). Please try again with something shorter. @@ -951,7 +951,7 @@ - + Reload · %1 重新載入 · %1 @@ -961,27 +961,27 @@ 載入中 · %1 - + Load · %1 (default) → 載入 · %1 (預設) → - + Legacy prompt template needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. - + No <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> configured. - + The <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">chat template</a> cannot be blank. - + Legacy system prompt needs to be <a href="https://docs.gpt4all.io/gpt4all_desktop/chat_templates.html">updated</a> in Settings. @@ -1017,44 +1017,44 @@ 將文件集合新增至交談中 - + Load the default model 載入預設模型 - + Loads the default model which can be changed in settings 預設模型可於設定中變更 - + No Model Installed 沒有已安裝的模型 - + GPT4All requires that you install at least one model to get started GPT4All 要求您至少安裝一個 模型開始 - + Install a Model 安裝一個模型 - + Shows the add model view 顯示新增模型視圖 - + Conversation with the model 與模型對話 - + prompt / response pairs from the conversation 對話中的提示詞 / 回覆組合 @@ -1091,7 +1091,7 @@ model to get started 生成問題...... - + Copy 複製 @@ -1128,12 +1128,12 @@ model to get started 後續建議 - + Erase and reset chat session 刪除並重置交談會話 - + Copy chat session to clipboard 複製交談會議到剪貼簿 @@ -1142,37 +1142,37 @@ model to get started 復原上一個交談回覆 - + Add media 附加媒體文件 - + Adds media to the prompt 附加媒體文件到提示詞 - + Stop generating 停止生成 - + Stop the current response generation 停止當前回覆生成 - + Attach 附加 - + Single File 單一文件 - + Reloads the model 重新載入模型 @@ -1192,42 +1192,42 @@ model to get started - + Send a message... 傳送一則訊息...... - + Load a model to continue... 載入模型以繼續...... - + Send messages/prompts to the model 向模型傳送訊息/提示詞 - + Cut 剪下 - + Paste 貼上 - + Select All 全選 - + Send message 傳送訊息 - + Sends the message/prompt contained in textfield to the model 將文字欄位中包含的訊息/提示詞傳送到模型 @@ -1686,78 +1686,78 @@ model to get started ModelList - - + + cannot open "%1": %2 無法開啟“%1”:%2 - + cannot create "%1": %2 無法建立“%1”:%2 - + %1 (%2) %1(%2) - + <strong>OpenAI-Compatible API Model</strong><br><ul><li>API Key: %1</li><li>Base URL: %2</li><li>Model Name: %3</li></ul> <strong>OpenAI API 相容模型</strong><br><ul><li>API 金鑰:%1</li><li>基底 URL:%2</li><li>模型名稱:%3</li></ul> - + <ul><li>Requires personal OpenAI API key.</li><li>WARNING: Will send your chats to OpenAI!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with OpenAI</li><li>You can apply for an API key <a href="https://platform.openai.com/account/api-keys">here.</a></li> <ul><li>需要個人的 OpenAI API 金鑰。</li><li>警告:這將會傳送您的交談紀錄到 OpenAI</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與 OpenAI 進行通訊</li><li>您可以在<a href="https://platform.openai.com/account/api-keys">此處</a>申請一個 API 金鑰。</li> - + <strong>OpenAI's ChatGPT model GPT-3.5 Turbo</strong><br> %1 <strong>OpenAI 的 ChatGPT 模型 GPT-3.5 Turbo</strong><br> %1 - + <br><br><i>* Even if you pay OpenAI for ChatGPT-4 this does not guarantee API key access. Contact OpenAI for more info. <br><br><i>* 即使您已向 OpenAI 付費購買了 ChatGPT 的 GPT-4 模型使用權,但這也不能保證您能擁有 API 金鑰的使用權限。請聯繫 OpenAI 以查閱更多資訊。 - + <strong>OpenAI's ChatGPT model GPT-4</strong><br> %1 %2 <strong>OpenAI 的 ChatGPT 模型 GPT-4</strong><br> %1 %2 - + <ul><li>Requires personal Mistral API key.</li><li>WARNING: Will send your chats to Mistral!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with Mistral</li><li>You can apply for an API key <a href="https://console.mistral.ai/user/api-keys">here</a>.</li> <ul><li>需要個人的 Mistral API 金鑰。</li><li>警告:這將會傳送您的交談紀錄到 Mistral!</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與 Mistral 進行通訊</li><li>您可以在<a href="https://console.mistral.ai/user/api-keys">此處</a>申請一個 API 金鑰。</li> - + <strong>Mistral Tiny model</strong><br> %1 <strong>Mistral 迷你模型</strong><br> %1 - + <strong>Mistral Small model</strong><br> %1 <strong>Mistral 小型模型</strong><br> %1 - + <strong>Mistral Medium model</strong><br> %1 <strong>Mistral 中型模型</strong><br> %1 - + <ul><li>Requires personal API key and the API base URL.</li><li>WARNING: Will send your chats to the OpenAI-compatible API Server you specified!</li><li>Your API key will be stored on disk</li><li>Will only be used to communicate with the OpenAI-compatible API Server</li> <ul><li>需要個人的 API 金鑰和 API 的基底 URL(Base URL)。</li><li>警告:這將會傳送您的交談紀錄到您所指定的 OpenAI API 相容伺服器</li><li>您的 API 金鑰將被儲存在硬碟上</li><li>它只被用於與其 OpenAI API 相容伺服器進行通訊</li> - + <strong>Connect to OpenAI-compatible API server</strong><br> %1 <strong>連線到 OpenAI API 相容伺服器</strong><br> %1 - + <strong>Created by %1.</strong><br><ul><li>Published on %2.<li>This model has %3 likes.<li>This model has %4 downloads.<li>More info can be found <a href="https://huggingface.co/%5">here.</a></ul> <strong>模型作者:%1</strong><br><ul><li>發佈日期:%2<li>累積讚數:%3 個讚<li>下載次數:%4 次<li>更多資訊請查閱<a href="https://huggingface.co/%5">此處</a>。</ul> @@ -2553,6 +2553,11 @@ Nomic AI 將保留附加在您的資料上的所有署名訊息,並且您將 Describes what will happen when you opt-in 解釋當您加入計畫後,會發生什麼事情 + + + Opt-in to anonymous usage analytics used to improve GPT4All + + @@ -2597,6 +2602,11 @@ Nomic AI 將保留附加在您的資料上的所有署名訊息,並且您將 Allow opt-out for anonymous usage statistics 終止並退出匿名使用統計計畫 + + + Opt-in to anonymous sharing of chats to the GPT4All Datalake + +