mastashake08/laravel-chat-gpt-api
Laravel API example that uses the Laravel OpenAI API package to easily deploy a ChatGPT API
This is a pre-built backend service for developers who want to add ChatGPT's text generation capabilities to their web applications. It takes your application's input (a prompt and configuration settings) and returns text generated by ChatGPT. Any developer building a web application with Laravel who needs AI text generation would find this useful.
No commits in the last 6 months.
Use this if you are a web developer using the Laravel framework and need a quick way to integrate ChatGPT's text generation into your application.
Not ideal if you are not a developer or are not working with Laravel, as it requires coding knowledge and a Laravel environment to set up.
Stars
9
Forks
5
Language
Vue
License
—
Category
Last pushed
Feb 06, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/mastashake08/laravel-chat-gpt-api"
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.