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())