-
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 #48 from OpenVoiceOS/release-0.1.9a1
Release 0.1.9a1
- Loading branch information
Showing
3 changed files
with
21 additions
and
5 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,16 @@ | ||
{ | ||
"skill_id": "skill-ovos-fallback-chatgpt.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt", | ||
"name": "ChatGPT Fallback færdighed", | ||
"description": "Spørg ChatGPT, når du er i tvivl", | ||
"examples": [ | ||
"Forklar kvanteberegning i enkle vendinger", | ||
"Har du nogle kreative ideer til en 10-årig fødselsdag?" | ||
], | ||
"tags": [ | ||
"tilbagefald", | ||
"LLM", | ||
"forespørgsel", | ||
"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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 8 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 9 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |