Develop an AI prompt that solves random 12-token instances of the A::B problem (defined here), with 90%+ success rate.
We'll use your prompt as the SYSTEM PROMPT, and a specific instance of problem as the PROMPT, inside XML tags. Example:
Develop an AI prompt that solves random 12-token instances of the A::B problem (defined here), with 90%+ success rate.
We'll use your prompt as the SYSTEM PROMPT, and a specific instance of problem as the PROMPT, inside XML tags. Example:
| # Finish headless installation via `ssh [email protected]` | |
| # See /boot/config.txt | |
| sudo apt-get update && sudo apt-get --purge dist-upgrade | |
| sudo raspi-config | |
| # Add locale en.us-utf8 (but keep en.gb-utf8) | |
| sudo dpkg-reconfigure locales | |
| # Timezone | |
| sudo dpkg-reconfigure tzdata | |
| # Update firmware |