Skip to content

kfinkels/prompt_eng

Repository files navigation

prompt_engineering

Prompt Engineering Workshop for Developers

Getting started

Get Gemini API key

Follow instructions in Gemini API documentation to get your API key.

Save the key for future use

Run locally

Clone the repository

Create Python environment and install jupyter

  • Create virtual env:

    virtualenv -p python3 venv

  • Activate the virtual env:

    source venv\bin\activate

  • Install jupyter-lab:

    pip install jupyterlab

  • Run jupyter:

    jupyter lab

Run in Github

  • Open with Code --> Codespaces

  • Install jupyter-lab on the terminal:

    pip install jupyterlab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors