Forum Discussion
MichaelOSull894
2 years agoCommunity Member
Adding Chat GPT functionality to Storyline
Hi,
I am operating at the limit of my small knowledge about JavaScript here, but I hope someone can help.
I am trying to integrate a Q & A function to a course using Chat GPT. I have set up a te...
Jürgen_Schoene_
5 months agoCommunity Member
if you use javascript trigger to save the API-key, it can be easy extract just before the first slide is started - user.js (with the 'secret' key) is loaded very early
You need a second server, if you want to use Chat GPT on any website or any storyline course
LMS server -> send prompt to special Backend server (with the secret API key)
Backend server -> OpenAI server
OpenAI server -> Backend server
Backend server -> LMS server (with the storyline course)
there is no alternative that I know of