Skip to content

Commit

Permalink
Merge pull request #50 from OpenVoiceOS/release-0.1.10a1
Browse files Browse the repository at this point in the history
Release 0.1.10a1
  • Loading branch information
JarbasAl authored Nov 30, 2024
2 parents 4101fe6 + 858dd43 commit 11fa495
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.9a1](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/tree/0.1.9a1) (2024-11-25)
## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-fallback-chatgpt/tree/0.1.10a1) (2024-11-30)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/0.1.8...0.1.9a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-fallback-chatgpt/compare/0.1.9...0.1.10a1)

**Merged pull requests:**

- da-dk/translate [\#47](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/47) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- de-de/translate [\#49](https://github.com/OpenVoiceOS/ovos-skill-fallback-chatgpt/pull/49) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
16 changes: 16 additions & 0 deletions locale/de-de/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": "ChatGPT Fallback-Fähigkeit",
"description": "Im Zweifelsfall frage ChatGPT",
"examples": [
"Erkläre einfach Quantencomputing",
"Hast Du kreative Ideen für den Geburtstag eines 10-Jährigen?"
],
"tags": [
"fallback",
"LLM",
"Abfrage\nSuche",
"Information"
]
}
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 = 9
VERSION_ALPHA = 0
VERSION_BUILD = 10
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 11fa495

Please sign in to comment.