From bfbbc0fb302deae446210ce5397c4fed6d53b8b6 Mon Sep 17 00:00:00 2001 From: JJ Date: Mon, 31 Mar 2025 21:10:56 +0100 Subject: fixed gitignore --- AIParams.py | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 AIParams.py (limited to 'AIParams.py') diff --git a/AIParams.py b/AIParams.py deleted file mode 100644 index aab8ac3..0000000 --- a/AIParams.py +++ /dev/null @@ -1,25 +0,0 @@ -RECIPE_SCHEMA = { - 'title': str, - 'slug': str, - 'image': str, - 'url': str, - 'tags': list[str], - 'ingredients': list[str], - 'instructions': list[str] -} - -PROMPT = """ -Extract data from the following text in the schema format provided. - -SCHEMA: - -{schema} - -DATA: - -{markdown} -""" - -SYSTEM_INSTRUCTIONS="You are responsible for taking the inputted markdown text and generating a structure response from it. See the Schema provided." - - -- cgit v1.2.3