diversen / tiny-gpt-client
A tiny GPT client for PHP
v1.0.2
2024-02-07 19:00 UTC
Requires (Dev)
- phpunit/phpunit: ^10.0
README
A tiny GPT client with no dependencies.
Installation
composer require diversen/tiny-gpt-client
Usage
The API has methods for completions and chat completions
- /completions
- /chat/completions
For both endpoints there is streaming and non-streaming responses.
When streaming the response the token usage is calculated using
a Token
class. This may not be an exact calculation.
When using the non-streaming response the usage of tokens should be exact.
Usage example
See: example
License
MIT © Dennis Iversen