Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 515 Bytes

FSE 23 LLMs for Software Engineering

These are the exercises associated with a tutorial created by the Mondego group. You can access the slides here.

Setup

  • required python version 3.10 or higher

  • install required libraries

    pip install -r requirements.txt
  • in each exercise folder create a local .env file, put the OpenAI API key

    OPENAI_API_KEY=''