Skip to content

hackclub/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ai.hackclub.com

An experimental service providing unlimited /chat/completions for free, for teens in Hack Club.
No API key needed.

Example usage:

curl -X POST https://ai.hackclub.com/chat/completions \
    -H "Content-Type: application/json" \
    -d '{
        "messages": [{"role": "user", "content": "Tell me a joke!"}]
    }'

This project is dual licensed with Apache2 and MIT. 
Visit https://ai.hackclub.com for more details about the service.

About

💭 Free, unlimited /chat/completions

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE2
MIT
LICENSE-MIT

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8