Skip to content
/ qe Public

a simple queueing system for ai requests

Notifications You must be signed in to change notification settings

drbh/qe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qe

a simple queueing system for ai requests

curl -X POST \
  http://localhost:8000/ai/push \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -d '{
        "text": "what color is the sky?"
}'

About

a simple queueing system for ai requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages