zhiqiangwong/gpt-zmide-server-sdk-php

There is no license information available for the latest version (1.2) of this package.

SDK

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/zhiqiangwong/gpt-zmide-server-sdk-php

1.2 2023-03-31 06:23 UTC

This package is auto-updated.

Last update: 2025-10-29 03:33:47 UTC


README

安装

composer require zhiqiangwong/gpt-zmide-server-sdk-php

使用

$chat = new ChatGpt('sk-cttbFUeDumoGQBuYMFFTOsbGXydxvDpkhgzhwrgDzWoCcZcB', 'sxqzNfBlOrMonqnsEqLNkjJUsDmADEfX', [
    'apiHost' => 'http://host.docker.internal:8091', //设置请求 host
    'encrypt' => true, //设置 body 加密传输
]);

$response = $chat->debug(1)->translate('你好世界');