Category: AI

AI Laravel

Querying OpenAI with Laravel

Let's see how we can query the OpenAI API and get a response in Laravel.

Anthony Rappa Anthony Rappa

Anthony Rappa

2 min read
1,839 views

Community Laravel AI

Usage Laravel and ChatGPT "Function calling"

Recently, OpenAI released an update for ChatGPT, introducing new features that allow developers to describe language model functions - gpt-4-0613 and gpt-3.5-turbo-0613. These features enable the generation of JSON objects containing arguments to run thes

dev.to

421 clicks
421 views