π¨βπ»/smart-contract (alpha)
Generate solidity code from a prompt.
Headers
Name
Type
Description
Request Body
Name
Type
Description
Requesting information
curl https://api.brianknows.org/api/v0/agent/smart-contract \
--request POST \
--header 'Content-Type: application/json' \
--header 'X-Brian-Api-Key: ' \
--data '{
"prompt": "",
"compile": true,
}'Last updated