Fallback skill that sends utterance to Kagi's FastGPT API and speaks the answer (after stripping references).
Find a file
2025-04-02 14:11:28 -05:00
__init__.py initial commit 2025-04-02 13:47:46 -05:00
README.md initial commit 2025-04-02 13:47:46 -05:00
setup.py added readme -> description code 2025-04-02 14:11:28 -05:00

Kagi FastGPT Fallback Skill for OVOS

Plans

  • Sent utterance directly to FastGPT, strip references from the answer, and speak it.
  • Initially configure with API key, call FastGPT API.
  • Hopefully configure with session link, call FastGPT via same url the web app uses to avoid the need for API credits if you're already a Kagi subscriber.