Skip to content

Commit

Permalink
New translations chatgpt.properties (Italian) (openhab#15768)
Browse files Browse the repository at this point in the history
Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
  • Loading branch information
openhab-bot authored and austvik committed Mar 27, 2024
1 parent 601ba73 commit 37f6278
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ thing-type.chatgpt.account.description = Account di OpenAI utilizzato per accede

thing-type.config.chatgpt.account.apiKey.label = Chiave API
thing-type.config.chatgpt.account.apiKey.description = Chiave API per accedere all'account
thing-type.config.chatgpt.account.apiUrl.label = URL API
thing-type.config.chatgpt.account.apiUrl.description = Il server delle API dove raggiungere il servizio AI.
thing-type.config.chatgpt.account.modelUrl.label = URL Modello
thing-type.config.chatgpt.account.modelUrl.description = L'url da dove recuperare i modelli disponibili.

# channel types

Expand All @@ -29,7 +33,7 @@ channel-type.config.chatgpt.chat.systemMessage.description = Il messaggio di sis
channel-type.config.chatgpt.chat.temperature.label = Temperatura
channel-type.config.chatgpt.chat.temperature.description = Valori più alti come 0.8 renderanno l'uscita più casuale, mentre valori più bassi come 0.2 lo renderanno più focalizzato e deterministico.

# Status messages
# status messages

offline.configuration-error=Nessuna chiave API configurata
offline.communication-error=Impossibile connettersi all'API OpenAI
offline.configuration-error = Nessuna chiave API configurata
offline.communication-error = Impossibile connettersi all'API OpenAI

0 comments on commit 37f6278

Please sign in to comment.