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 #40 from OpenVoiceOS/release-0.1.5a2
Browse files Browse the repository at this point in the history
Release 0.1.5a2
  • Loading branch information
JarbasAl authored Nov 17, 2024
2 parents 35fcb11 + adfbec3 commit 65a1a0a
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Changelog

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

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

**Implemented enhancements:**
**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))

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

- fix: the gpt model has no context [\#27](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/27) ([PocketMiner82](https://github.com/PocketMiner82))
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/compare/0.1.4...0.1.5a1)

**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#35](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/35) ([JarbasAl](https://github.com/JarbasAl))
- de-de/translate [\#37](https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt/pull/37) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
2 changes: 2 additions & 0 deletions locale/da-dk/asking.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Lad mig spørge {name}
Spørger {name}
2 changes: 2 additions & 0 deletions locale/da-dk/gpt_error.dialog
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}
2 changes: 2 additions & 0 deletions locale/de-de/asking.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Frage {name}
Lass mich {name} fragen
2 changes: 2 additions & 0 deletions locale/de-de/gpt_error.dialog
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
16 changes: 16 additions & 0 deletions locale/en-us/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 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"
]
}
10 changes: 10 additions & 0 deletions translations/da-dk/dialogs.json
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}"
]
}
10 changes: 10 additions & 0 deletions translations/de-de/dialogs.json
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}"
]
}
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 = 4
VERSION_ALPHA = 0
VERSION_BUILD = 5
VERSION_ALPHA = 2
# END_VERSION_BLOCK

0 comments on commit 65a1a0a

Please sign in to comment.