Aug 29, 2023 12:26 AM
A custom script that helps you integrate Airtable with the OpenAI API without using any 3rd party tools like Zapier or Make - possible even with the free Airtable account.
Just copy-paste the "script" and start getting responses from gpt-4/3.5, immediately.
You can bring the power of OpenAI language models (GPT-4 and GPT-3.5) to your Airtable base and utilize them to create content for 1000s of rows at once.
For example:
Learn more about the script here: https://invertedstone.com/store/airtable-to-openai-api/
Sep 11, 2023 09:20 AM
More than two weeks and not a single comment or kudo. What does this data tell us?
Does anyone care a guess as to why AI is so important everywhere except here?
Oct 14, 2023 02:21 AM
OpenAI's ChatGPT captures all data almost perfectly. But you have to let ChatGPT learn the most recent data first, then you can start working.
Oct 14, 2023 05:21 AM - edited Oct 14, 2023 05:24 AM
> OpenAI's ChatGPT captures all data almost perfectly.
No, it doesn't. You shouldn't make statements that are false. ChatGPT is aloof to your data and unable to learn unless you spend a non-trivial effort to make it do so. @Bikash has demonstrated a way to put a copilot in the cockpit with your app. ChatGPT doesn't even know there's a plane that needs to be flown.
> But you have to let ChatGPT learn the most recent data first, then you can start working.
In all generative AI solutions, the most recent data is often biased, and a fraction of the story that must to be shared for inferences to be valid.
This topic is about exactly the opposite of what you are attempting to sell. I suggest you start another topic with your insights and the value you can bring to the Airtable community. Raise your bar to include thoughtful ideas and why your ideas make sense.
Dec 06, 2023 02:09 AM
@Bill_French I for one would love to use the script to populate my database with descriptions of images. But it appears to have been retired due to changes in the scripting tool, which means that "the script is failing to work, sometimes".
Is this it for that bit of code or will something nice happen to it ?
Dec 06, 2023 07:31 AM
No comment until I see actual code.
Dec 06, 2023 08:15 AM
Sorry for the confusion, you weren't the one offering the script, it was @Bikash, the OP.
As I undesrstood it, there was meant to be a script available (against payment of a nominal sum) on :
https://invertedstone.com/store/airtable-to-openai-api/
But it seems to have disappeared.
Dec 06, 2023 08:19 AM
I use Airtable script to communicate with at least a half-dozen different generative AI models. No issues.
Jan 25, 2024 05:47 AM
Mind sharing how you do it? In times of GPT-3 I had a script working well. Only issue was the 30 second limitation that Airtable imposes for a script to finish. Have to re-write the whole thing to work with current models and coding is not my strong suite. So any inspiration for this would be appreciated.
Jan 25, 2024 07:06 AM
>>> In times of GPT-3 I had a script working well.
This is the upside of using an LLM that no one cares about any more. 😉 It is performant because no one is using it.
>>> Only issue was the 30 second limitation that Airtable imposes for a script to finish.
Long-running inferences (or any long or complicated process) require you to separate Airtable script from the process. Use Airtable script only to kick off a process. Do not wait for that process to finish. Allow the process (in Replit or whatever) to run on its own timeframe and use the Airtable API to update target fields, etc.