Custom ChatGPT Api request
p
paulchapman27
Hello. I've seen the OpenAI integration but there isnt a solution im looking for. In Google Sheets there is an integration called GPT for Sheets. It allows an API call based on an input. Im wondering if it could be possible to have a text box in JetAdmin that returns a Chatgpt instruction based on a number of datapoints. So in my app, for example, I have 5 year revenues and operating profit. Can I send 10 datapoints to Chatgpt, and then have the response shown in the text box? Then I could automate the textual analysis of financial data. A formula using GPT for sheets would be something like
=GPT("analyse this data in one paragraph", A1)
So in JetAdmin it could be =GPT("analyse this data in one paragraph", [INPUT DATA])
• 1d