C
|
Chris Whitehead 11/2/2024 |
At work I've used tawk.to, easy to drop in and it's all free. I'm not sure about the AI aspect but it might be worth a look. |
![]() |
lefty author 11/2/2024 |
Thanks, As far as the issue with REST api , the PHPrunner documentation compared to the OpenAI API don't jive. In PHPrunner , when you use List operation you usually use GET, but openai API wants me to use PUT in |
![]() |
Sergey Kornilov admin 11/5/2024 |
We had two DevClub recently dedicated to OpenAI use, one was related to building SQL queries based on natural language prompts and another one dedicated to image generation. |
![]() |
lefty author 11/5/2024 |
Although, The Rest API View works really well for retrieving data endpoints, I found that the use of the openai API , is better suited to build a regular table , and have an input field , and use Before Display and/or After record added events to include the functions with the headers using Curl and parse the JSON data retrieved from the API. I am still testing and will provide some samples when finished. Thanks for the reply |