This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Connect Google Sheets with OpenAI's GPT services | |
// | |
// WARNING: Sheets periodically re-evaluates cell contents. Some effort to minimize the effect is included in the code, | |
// but you will continue to rack up charges even if you are not making changes to the cells. | |
// | |
// | |
// The OpenAI API documentation is here: | |
// https://beta.openai.com/docs/api-reference/making-requests | |
// |
OlderNewer