Skip to content

Commit

Permalink
changing prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 19, 2024
1 parent 8966812 commit 4db3af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

# 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
response = requests.post(url, json=payload)

# Print the response
print("Status Code:", response.status_code)
print("Response JSON:", response.json())
print("Response JSON:", response.json())

0 comments on commit 4db3af3

Please sign in to comment.