Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/na399/gptmyairtable
Automate ChatGPT prompt input from Airtable data
https://github.com/na399/gptmyairtable
airtable airtable-extension chatgpt openai openai-api
Last synced: 7 days ago
JSON representation
Automate ChatGPT prompt input from Airtable data
- Host: GitHub
- URL: https://github.com/na399/gptmyairtable
- Owner: na399
- License: other
- Created: 2023-03-07T02:08:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T02:15:27.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T00:42:01.712Z (over 1 year ago)
- Topics: airtable, airtable-extension, chatgpt, openai, openai-api
- Language: JavaScript
- Homepage:
- Size: 192 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPTmyAirtable
Are you tired of repetitively submitting prompts into ChatGPT web interface? This powerful Airtable extension automates the process of submitting prompts directly from Airtable to ChatGPT, streamlining your workflow and allowing you to focus on what really matters. Say goodbye to tedious, manual tasks and hello to increased productivity and efficiency!
![GPTmyAirtable](img/GPTmyAirtable.png)
## Example uses
1. Summarize multiple articles, e.g., news & academic paper abstracts, at once
2. Translate long documents in chunks (workaround to the prompt length limit)
3. Grade students' assignments (or screen whether they used ChatGPT)## Requirements
1. [OpenAI API key](https://platform.openai.com) — This extension does not collect any of your data, including the API key. All data is sent directly to OpenAI's servers via front-end web requests.
2. [Airtable Blocks development prerequisites](https://airtable.com/developers/extensions/guides/getting-started#prerequisites)## How to use
1. Open your Airtable base and go to the "Extensions" tab on the top right corner.
2. Select "Build an extension" and choose "Remix from GitHub" with this repo URL: `https://github.com/na399/GPTmyAirtable`
3. Follow [Airtable's instructions](https://airtable.com/developers/extensions/guides/remix-from-github) to set up your extension.
4. Run the extension on your Airtable! It should look like this:![Extension screenshot](img/Extension.png)
## Remarks
The extension is currently in development.