trigold/gpt_chat

gpt chat

dev-main 2022-12-09 10:46 UTC

This package is auto-updated.

Last update: 2024-09-09 15:01:11 UTC


README

面向GPT的编程API

安装

composer require trigold/gpt_chat

使用

        (new GPTChat('your token'))->authenticate()->send('你好你好');