├── LICENSE ├── README.md ├── emaillm-chatgpt ├── Code.gs └── appsscript.json └── emaillm-mistral ├── Code.gs └── appsscript.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngacho/emaillm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngacho/emaillm/HEAD/README.md -------------------------------------------------------------------------------- /emaillm-chatgpt/Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngacho/emaillm/HEAD/emaillm-chatgpt/Code.gs -------------------------------------------------------------------------------- /emaillm-chatgpt/appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngacho/emaillm/HEAD/emaillm-chatgpt/appsscript.json -------------------------------------------------------------------------------- /emaillm-mistral/Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngacho/emaillm/HEAD/emaillm-mistral/Code.gs -------------------------------------------------------------------------------- /emaillm-mistral/appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngacho/emaillm/HEAD/emaillm-mistral/appsscript.json --------------------------------------------------------------------------------