-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from jekalmin/v1.0.0
1.0.0
- Loading branch information
Showing
8 changed files
with
93 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
custom_components/extended_openai_conversation/translations/pl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Nie udało się połączyć", | ||
"invalid_auth": "Błąd authentykacji", | ||
"unknown": "Nieznany błąd" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"name": "Imię", | ||
"api_key": "Klucz API", | ||
"base_url": "Bazowy URL", | ||
"api_version": "Wersja API", | ||
"skip_authentication": "Pomiń authentykację" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"max_tokens": "Maksymalna ilość tokenów w odpowiedzi", | ||
"model": "Model", | ||
"prompt": "Prompt", | ||
"temperature": "Temperatura", | ||
"top_p": "Top P", | ||
"max_function_calls_per_conversation": "Maksymalna ilość wywołań funkcji na rozmowę", | ||
"functions": "Funkcje", | ||
"attach_username": "Dodaj nazwę użytkownika do wiadomości", | ||
"model_key": "Klucz modelu" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"name": "extended_openai_conversation", | ||
"render_readme": true | ||
"render_readme": true, | ||
"homeassistant": "2024.1.0b0" | ||
} |