diversen/tiny-gpt-client

A tiny GPT client for PHP

Installs: 78

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/diversen/tiny-gpt-client

v1.0.2 2024-02-07 19:00 UTC

This package is auto-updated.

Last update: 2025-10-07 22:35:52 UTC


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