From 4db3af3bc4ec8e35a78a33f6a9bd16912286c35e Mon Sep 17 00:00:00 2001 From: mike dupont Date: Wed, 18 Dec 2024 22:07:16 -0500 Subject: [PATCH] changing prompt --- api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.py b/api.py index b6cc887..2f3b9c8 100644 --- a/api.py +++ b/api.py @@ -7,7 +7,7 @@ # Define the payload payload = { - "task": "What are the ways vcs can fuck founders over in the term sheet? What should they look for?", # Replace with your task + "task": "What are the ways vcs and founders interact in the term sheet? What should they look for?", # Replace with your task } # Make the POST request @@ -15,4 +15,4 @@ # Print the response print("Status Code:", response.status_code) -print("Response JSON:", response.json()) \ No newline at end of file +print("Response JSON:", response.json())