General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Prompt Engineering workshop for Developers
Sign in to like and favorite skills
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