General
PromptBeginner5 minmarkdown
Untitled Skill
193
Prompt Engineering workshop for Developers
Loading actions...
Main instructions and any bundled files for this skill.
Prompt Engineering workshop for Developers
Follow instruction in: https://github.com/ollama/ollama
Run ollama with llama3:
ollama run llama3
Validate the prompt:
>>> how much is 1+1
The answer to 1+1 is... (drumroll please)... 2!
Create virtual env:
virtualenv -p python3 venv
Activate the virtual env:
source venv\bin\activate
Install jupyter-lab and ollama python library:
pip install jupyterlab
Run jupyter:
jupyter lab
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks