Skip to content

semissioncontrol/openai.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openai.c

C wrapper for the OpenAI API.

No dependencies apart from libc and libcurl.

TODO

  • Common endpoints:
    • GET https://api.openai.com/v1/engines
    • GET https://api.openai.com/v1/engines/{engine_id}
    • POST https://api.openai.com/v1/engines/{engine_id}/completions
    • POST https://api.openai.com/v1/engines/{engine_id}/search

See existing bindings in the Python documentation for more details.

About

C wrapper for accessing the OpenAI GPT-3 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published