An open API service indexing awesome lists of open source software.

https://github.com/codeadamca/php-openai-api

A series of basic ChatGPT API calls using PHP and cURL.
https://github.com/codeadamca/php-openai-api

api chatgpt curl openai php

Last synced: 9 months ago
JSON representation

A series of basic ChatGPT API calls using PHP and cURL.

Awesome Lists containing this project

README

          

# Using PHP with the OpenAI API

> [!Warning]
> This repo is a work in progress!

A series of basic OPenAI API calls using PHP and cURL.

***

## Repo Resources

* [OpenAI](https://openai.com/)
* [PHP](https://www.php.net/)
* [cURL](https://curl.se/)