Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Merge pull request #44 from OpenVoiceOS/release-0.1.7a1
Browse files Browse the repository at this point in the history
Release 0.1.7a1
  • Loading branch information
JarbasAl authored Nov 19, 2024
2 parents c59532f + cc37e55 commit c5cc897
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Changelog

## [0.1.5a2](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/0.1.5a2) (2024-11-17)
## [0.1.7a1](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/0.1.7a1) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/0.1.5a1...0.1.5a2)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/0.1.6a1...0.1.7a1)

**Merged pull requests:**

- fix: skilljson [\#39](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/39) ([JarbasAl](https://github.com/JarbasAl))
- da-dk/translate [\#38](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/38) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- fix:allow workshop 3.0.0 [\#43](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/43) ([JarbasAl](https://github.com/JarbasAl))

## [0.1.5a1](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/0.1.5a1) (2024-11-02)
## [0.1.6a1](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/0.1.6a1) (2024-11-17)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/0.1.4...0.1.5a1)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/0.1.5...0.1.6a1)

**Merged pull requests:**

- de-de/translate [\#37](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/37) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- added italian [\#41](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/41) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
16 changes: 16 additions & 0 deletions locale/it-it/skill.json
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"
]
}
2 changes: 1 addition & 1 deletion requirements.txt
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
4 changes: 2 additions & 2 deletions version.py
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

0 comments on commit c5cc897

Please sign in to comment.