Human GPT

Powered by a SOTA Natural Intelligence Engine

Get Started

Submit a query

curl -H "Content-Type: application/json" -H "Authorization: <YOUR API KEY>" -d '{ "query": "What is a good name for a superhero rabbit?" }' https://gpt.floomby.us/api/query
{ "id" : <QUERY ID> }

Get queries and resolutions

curl -H "Content-Type: application/json" -H "Authorization: <YOUR API KEY>" "https://gpt.floomby.us/api/query?\
ids=
<COMMA SEPARATED QUERY IDS>&\
queriedAfter=
<DATE>&\
queriedBefore=
<DATE>&\
resolvedAfter=
<DATE>&\
resolvedBefore=
<DATE>"

All query parameters are optional. Dates must parse into a valid JavaScript Date object. Range start and end parameters can be used for pagination.

If a query is un-resolved, the "result" field will not be present.

{ "id" : <QUERY ID> , "query" : "What is a good name for a superhero rabbit?" , "result" : "Captain Carrot" }

FAQ

What does this have to do with generative pretrained transformers?

I have questions about the architecture.

How do I get started?

Hey, I have seen this idea before!