diversen/tiny-gpt-client
最新稳定版本:v1.0.2
Composer 安装命令:
composer require diversen/tiny-gpt-client
包简介
A tiny GPT client for PHP
README 文档
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
统计信息
- 总下载量: 79
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-01