This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # setup-friday-kimi.sh | |
| # Automates modifications to run Friday-showcase with Kimi K2.5:cloud via Ollama | |
| set -e # Exit on error | |
| echo "=== Friday + Kimi K2.5:cloud Setup Script ===" | |
| echo "This script prepares the project for Ollama + Kimi K2.5:cloud" | |
| # 1. Check prerequisites |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try: | |
| import machine, time, random | |
| except: | |
| machine.reset() |