Add link to cookbook (#2)

This commit is contained in:
Thibault Sottiaux
2025-04-16 10:15:46 -07:00
committed by GitHub
parent ae7b518c53
commit 1c26c272c8
3 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
// Based on reference implementation from
// https://cookbook.openai.com/examples/gpt4-1_prompting_guide#reference-implementation-apply_patchpy
import fs from "fs";
import path from "path";