Jokes Skill #246
IBRI12
started this conversation in
Show and tell
Jokes Skill
#246
Replies: 1 comment 1 reply
-
Interesting approach. Did you give Chat-GPT several other SEPIA examples to learn from? 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used Chat-GPT to create it. I took the wolframalpha skill. I got some error messages but i gave gpt the errors until it solved it.Like this:
edit full skill code for SEPIA Voice Assistant to retrieve and read jokes from https://v2.jokeapi.dev/joke/Any?lang=de
result:{
"error": false,
"category": "Programming",
"type": "single",
"joke": "Deine Mutter ist wie ein L3-Cache. Sie wird zwischen allen 4 Kernen durchgereicht und jeder hat Zugriff.",
"flags": {
"nsfw": true,
"racist": false,
"sexist": false,
"religious": false,
"political": false,
"explicit": true
},
"id": 25,
"safe": false,
"lang": "de"
}
skill blueprint:
add an existing example skill like wolframalpha
solution:
Beta Was this translation helpful? Give feedback.
All reactions