ovos chatGPT skill
Project description
ChatGPT Fallback Skill
When in doubt, ask ChatGPT, powered by OpenAI Solver.
You need to configure a key
, get it at https://platform.openai.com/api-keys
About
Capabilities:
- Remembers what user said earlier in the conversation
- Trained to decline inappropriate requests
Limitations:
- May occasionally generate incorrect information
- May occasionally produce harmful instructions or biased content
- Limited knowledge of world and events after 2021
Configuration
Under skill settings you can tweak some parameters for chatGPT.
key
- your api_key to access OpenAIpersona
- can be used to create a "persona", give a personality to chatGPTmodel
- LLM model to use, eggpt-3.5-turbo
, see all options here
The default persona is helpful, creative, clever, and very friendly.
mkdir -p ~/.config/mycroft/skills/skill-ovos-fallback-chatgpt.openvoiceos
cat <<EOF>~/.config/mycroft/skills/skill-ovos-fallback-chatgpt.openvoiceos/settings.json
{
"key": "sk-XXXYYYZZZAAABBB123",
"model": "gpt-3.5-turbo",
"persona": "You are a helpful voice assistant with a friendly tone and fun sense of humor",
"__mycroft_skill_firstrun": false
}
EOF
Examples
- "Explain quantum computing in simple terms"
- "Got any creative ideas for a 10 year old’s birthday?"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file skill_ovos_fallback_chatgpt-0.0.2a14-py3-none-any.whl
.
File metadata
- Download URL: skill_ovos_fallback_chatgpt-0.0.2a14-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6314ee0b4525a463d49ef374a1ece51366d1dbe726881d11feb39ff9677d2ec7 |
|
MD5 | bbf6329067849346a76f50fa3751a8d0 |
|
BLAKE2b-256 | 74c5bb91ed0bfa20c40c25989443ec883943ab8c1c5d64129a211c11c8970dd6 |