Capevace/laravel-gpt
A Laravel package for interacting with OpenAI's GPT-3 API with full type annotations.
This is a Laravel package that helps developers integrate OpenAI's GPT-3 API into their web applications. It takes natural language prompts and returns text generated by the GPT-3 model, such as answers to questions, creative content, or summarized text. It's intended for PHP developers building applications within the Laravel framework who want to leverage advanced AI text generation capabilities.
No commits in the last 6 months.
Use this if you are a PHP developer using Laravel and need a straightforward, type-safe way to add OpenAI GPT-3's text generation features to your application.
Not ideal if you are not a PHP developer, not using the Laravel framework, or need to interact with OpenAI's other APIs beyond GPT-3 text generation.
Stars
13
Forks
2
Language
PHP
License
MIT
Category
Last pushed
Oct 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Capevace/laravel-gpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
prism-php/prism
A unified interface for working with LLMs in Laravel
maltekuhr/laravel-gpt
LaravelGPT: Streamlined integration of OpenAI's ChatGPT (GPT-3.5, GPT-4) into Laravel...
moe-mizrak/laravel-openrouter
Laravel package for OpenRouter (A unified interface for LLMs)
kargnas/laravel-ai-translator
High quality automatic translate your language files into many languages using AI like Claude,...
tectalichq/public-openai-client-php
OpenAI API Client for PHP. Includes all endpoints and models (DTOs) for all requests and responses.