定制 smaameri/squad 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

smaameri/squad

Composer 安装命令:

composer require smaameri/squad

包简介

README 文档

README

Setup a new directory for the project and enter the directory

mkdir squad-demo
cd squad-demo

Install the Squad package

composer require smaameri/squad:dev-main

Create a new file index.php and with the following code

<?php

require __DIR__ . '/vendor/autoload.php';

use Squad\ChatOpenAI;

$chat = new ChatOpenAI(getenv('OPENAI_API_KEY'));
$response = $chat->sendMessage('Hello, world!');

var_dump($response);

Now export your OpenAI API key

export OPENAI_API_KEY=sk-...

You are now ready to run the script

php index.php
string(34) "Hello! How can I assist you today?"

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-27