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 #44 from OpenVoiceOS/release-0.1.7a1
Release 0.1.7a1
- Loading branch information
Showing
4 changed files
with
25 additions
and
10 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": "Competenza di ripiego ChatGPT", | ||
"description": "Se non sai qualcosa puoi sempre chiedere a ChatGPT", | ||
"examples": [ | ||
"Spiegami quantum computing in parole semplici", | ||
"Devo preparare la festa di compleanno per un bambino di 10 anni, hai qualche idea da darmi?" | ||
], | ||
"tags": [ | ||
"ripiego", | ||
"LLM", | ||
"domanda", | ||
"informazione" | ||
] | ||
} |
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,5 +1,5 @@ | ||
ovos-solver-openai-persona-plugin>=0.0.0a8 | ||
ovos-utils>=0.0.38 | ||
ovos-workshop>=0.0.15,<3.0.0 | ||
ovos-workshop>=0.0.15,<4.0.0 | ||
ovos-plugin-manager>=0.0.26,<1.0.0 | ||
ovos-translate-server-plugin |
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 = 5 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 7 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |