Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ welcome.title=Welcome to Devoxx Genie
welcome.description=The Devoxx Genie plugin allows you to interact with local running Large Language Models (LLMs) even without an internet connection.
welcome.instructions=Start by selecting a language model provider. Select some code, type your prompt, and click the submit button.
welcome.commands=Utility commands are:
welcome.tip=You can also change the LLM provider REST endpoints in the plugin settings.
welcome.tip=You can modify the endpoints for different LLM providers and the default command prompts in the plugin settings.
welcome.enjoy=Enjoy!

command.available=Available commands:
2 changes: 1 addition & 1 deletion src/main/resources/messages_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ welcome.title=Bienvenue dans Devoxx Genie
welcome.description=Le plugin Devoxx Genie vous permet d'interagir avec des modèles de langage de grande taille (LLM) même sans connexion Internet.
welcome.instructions=Commencez par sélectionner un fournisseur de modèle de langage. Sélectionnez du code, tapez votre invite et cliquez sur le bouton de soumission.
welcome.commands=Commandes disponibles:
welcome.tip=Vous pouvez également modifier les points de terminaison REST du fournisseur de LLM dans les paramètres du plugin.
welcome.tip=Vous pouvez modifier les points de terminaison des différents fournisseurs de LLM et les invites de commande par défaut dans les paramètres du plugin.
welcome.enjoy=Amusez-vous!

command.unknown=Commande inconnue:

0 comments on commit 744ba31

Please sign in to comment.