Skip to content

BoundaryML/workshops-2024-12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Prompt Engineering Workshop

  • Seattle - 2024-12-13
  • SF - 2024-12-19

Thanks for your interest in attending the Advanced Prompt Engineering Workshop. In order to get the most out of the workshop, please follow the instructions below to set up your development environment ahead of time.

Setup Requirements

  1. Install either VSCode or Cursor.
  2. Install the BAML VSCode extension.
  3. Clone this repository.
  4. Ensure you have python >= 3.10 installed.
  5. Ensure you have node >= 18.0.0 installed.
    • Install npm.

Project specific dependencies

Install all python dependencies by running the following command in the python directory:

cd python
uv sync

Install all typescript dependencies by running the following command in the typescript directory:

cd typescript
npm install

Turn BAML code --> python and typescript code by running the following command in the python directory:

cd python
uv run baml-cli generate --from ../baml_src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published