ChatGPTApp
ChatGPTApp copied to clipboard
The Google Apps Script binding for the OpenAI chat completion API
https://github.com/scriptit-fr/ChatGPTApp/blame/a9b8352ffd2f357f11f29914bafeb44a8daf7a48/src/Code.gs#L991 new chat does not have this param: * @params {string} apiKey - Your openAI API key.
For now the web page content is either polluted with html text, either a plain text (no tittle, links or anything). To improve the quality of the results the goal...
Currently we can allow ChatGPTApp to perform a global web search using: `chat.enableBrowsing(true); ` And we can restrict that web search to all pages of a given website: `ChatGPTApp.restrictToWebsite("https://support.google.com");` Might...
Possibility of saying that the attachment is a spreadsheet to avoid the DriveApp scope in the context of an assistant API call.
Also we can enjoy having tokens generated in stream mode, Thanks in advance Also, where can i find moore library for g suit?