-
Notifications
You must be signed in to change notification settings - Fork 141
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 #40 from jekalmin/v0.0.8
bump to 0.0.8
- Loading branch information
Showing
6 changed files
with
570 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ | |
"requirements": [ | ||
"openai==0.27.2" | ||
], | ||
"version": "0.0.7" | ||
"version": "0.0.8" | ||
} |
33 changes: 33 additions & 0 deletions
33
custom_components/extended_openai_conversation/translations/de.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,33 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Fehler beim Verbinden", | ||
"invalid_auth": "Authentifizierung fehlgeschlagen", | ||
"unknown": "Unbekannter Fehler" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"name": "Name", | ||
"api_key": "API Key", | ||
"base_url": "Base Url" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"max_tokens": "Maximale Anzahl an Tokens, die in einer Antwort zurückgegeben werden", | ||
"model": "Completion Model", | ||
"prompt": "Prompt Vorlage", | ||
"temperature": "Temperatur", | ||
"top_p": "Top P", | ||
"max_function_calls_per_conversation": "Maximale Anzahl an Funktionsaufrufen pro Konversation", | ||
"functions": "Funktionen" | ||
} | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
custom_components/extended_openai_conversation/translations/nl.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,33 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Verbinden mislukt", | ||
"invalid_auth": "Ongeldige authenticatie", | ||
"unknown": "Onverwachte fout" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"name": "Naam", | ||
"api_key": "API-sleutel", | ||
"base_url": "Basis-URL" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"max_tokens": "Maximale aantal tokens dat mag worden gegenereerd", | ||
"model": "Completion Model", | ||
"prompt": "Prompt Sjabloon", | ||
"temperature": "Temperatuur", | ||
"top_p": "Top P", | ||
"max_function_calls_per_conversation": "Maximale keren functies mogen worden aangeroepen per conversatie", | ||
"functions": "Functies" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.