so this is basically what I want to do - I want to get a prompt from google doc B and the text from google doc A (Simplified Chinese) for GPT-4 to process. According to this article:
, I cannot get the file txt from a google doc if my trigger is not a “NEW DOCUMENT” or “NEW DOCUMENT IN FOLDER”, so I need to use the GET webhook thingy to extract the file txt. When I do this though:
which is obviously not chinese. Thanks for the help!