tasabina/gpt-test-project 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

tasabina/gpt-test-project

最新稳定版本:v1.0.0

Composer 安装命令:

composer create-project tasabina/gpt-test-project

包简介

Test project to lear OpenAI API

README 文档

README

A small test project for working with OpenAI. It has two commands for chat and text translation. The text for this description was translated using OpenAI from Russian to English.

How to install

Run this composer command

composer require tasabina/gpt-test-project

Insert new environment variables to your .env file.

GPT_SECRET_KEY=YOUR_OPENAI_API_KEY
DEV_ENV=0

Usage

  • Run in console vendor/bin/gptdemo chat to communicate with GPT-3.
  • Run in console vendor/bin/gptdemo translate -l en or vendor/bin/gptdemo translate --language en to translate phrase to English language.
  • Run in console vendor/bin/gptdemo translate -l fr or vendor/bin/gptdemo translate --language fr to translate phrase to Franch language.
  • Run in console vendor/bin/gptdemo translate -l ru or vendor/bin/gptdemo translate --language ru to translate phrase to Russian language.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2023-02-17