Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 430 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 430 Bytes

functioncalling

Here, you can turn small JavaScript functions into GPT function calls that you can call via an API. All functions are run on val.town.

Use via POST:

To make a POST request to the API, use the endpoint: https://functioncalling.fun/[email protected] Include the following JSON payload in the request body: { "prompt": "" } Make sure to set the Content-Type header to application/json.