This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
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 OpenVoiceOS/release-0.1.5a2
Release 0.1.5a2
- Loading branch information
Showing
9 changed files
with
56 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Lad mig spørge {name} | ||
Spørger {name} |
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,2 @@ | ||
Beklager, men noget gik galt med {name}-anmodningen. | ||
Jeg kunne ikke få et svar fra {name} |
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,2 @@ | ||
Frage {name} | ||
Lass mich {name} fragen |
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,2 @@ | ||
Es tut mir leid, aber bei der {name}-Anfrage ist ein Fehler aufgetreten. | ||
Ich konnte von {name} keine Antwort erhalten |
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,16 @@ | ||
{ | ||
"skill_id": "skill-ovos-fallback-chatgpt.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt", | ||
"name": "ChatGPT Fallback Skill", | ||
"description": "When in doubt, ask ChatGPT", | ||
"examples": [ | ||
"Explain quantum computing in simple terms", | ||
"Got any creative ideas for a 10 year old’s birthday?" | ||
], | ||
"tags": [ | ||
"fallback", | ||
"LLM", | ||
"query", | ||
"information" | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"gpt_error.dialog": [ | ||
"Jeg kunne ikke få et svar fra {name}", | ||
"Beklager, men noget gik galt med {name}-anmodningen." | ||
], | ||
"asking.dialog": [ | ||
"Lad mig spørge {name}", | ||
"Spørger {name}" | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"gpt_error.dialog": [ | ||
"Ich konnte von {name} keine Antwort erhalten", | ||
"Es tut mir leid, aber bei der {name}-Anfrage ist ein Fehler aufgetreten." | ||
], | ||
"asking.dialog": [ | ||
"Lass mich {name} fragen", | ||
"Frage {name}" | ||
] | ||
} |
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,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 4 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 5 | ||
VERSION_ALPHA = 2 | ||
# END_VERSION_BLOCK |