Download the PHP package tasabina/gpt-test-project without Composer
On this page you can find all versions of the php package tasabina/gpt-test-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tasabina/gpt-test-project
More information about tasabina/gpt-test-project
Files in tasabina/gpt-test-project
Download tasabina/gpt-test-project
More information about tasabina/gpt-test-project
Files in tasabina/gpt-test-project
Vendor tasabina
Package gpt-test-project
Short Description Test project to lear OpenAI API
License BSD-3-Clause
Package gpt-test-project
Short Description Test project to lear OpenAI API
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package gpt-test-project
OpenAI (GPT-3) test project
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
Insert new environment variables to your .env
file.
Usage
- Run in console
vendor/bin/gptdemo chat
to communicate with GPT-3. - Run in console
vendor/bin/gptdemo translate -l en
orvendor/bin/gptdemo translate --language en
to translate phrase to English language. - Run in console
vendor/bin/gptdemo translate -l fr
orvendor/bin/gptdemo translate --language fr
to translate phrase to Franch language. - Run in console
vendor/bin/gptdemo translate -l ru
orvendor/bin/gptdemo translate --language ru
to translate phrase to Russian language.
All versions of gpt-test-project with dependencies
PHP Build Version
Package Version
The package tasabina/gpt-test-project contains the following files
Loading the files please wait ....