https://github.com/evanzhoudev/apple-intelligence-chatbot
https://github.com/evanzhoudev/apple-intelligence-chatbot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanzhoudev/apple-intelligence-chatbot
- Owner: EvanZhouDev
- Created: 2024-10-14T19:16:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T19:21:16.000Z (over 1 year ago)
- Last Synced: 2025-07-08T20:48:44.929Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple Intelligence Chatbot
This is a proof-of-concept that it is possible to:
1. Automate calling Writing Tools through code
2. Prompt inject those writing tools to act like a Chatbot
Combining these two, here is a simple Chatbot, powered by Apple Intelligence models.
## Contributing
If you want to recreate this to run in more languages, simply add a PR, with a new file named `chatbot.[language]`!
Also feel free to improve on my AppleScript. It's definitely not the most optimal right now.
## Disclaimers
This only works on Apple Intelligence-enabled Macs (all Apple Silicon Macs), and you must already have access to Writing Tools.
Note that these models are not meant to be used as a Chatbot, and thus will not function extremely well.
Furthermore, also ensure you have the Notes app **open** before running the command, or it may not work properly. Furthermore, do not interact with your computer while the automation is running.
I am not responsible for anything that may go wrong due to the AppleScript automation.