<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<h1>Help with a Bundle</h1>
<p dir="auto">MailMate fans...<br>
I have created a bundle, yes, my very first one...</p>
<h2>Purpose</h2>
<p dir="auto">This bundle allows you to use your personal OpenAPI API KEY to summarize the body of an e-mail.</p>
<h2>Requirements</h2>
<h3>Homebrew</h3>
<p dir="auto">You need to install 2 packages:</p>
<ul>
<li>w3m</li>
<li>zenity</li>
</ul>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">brew install w3m zenity</code></p>
<h3>Environment Variables</h3>
<ul>
<li>You need to create a <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">.openai</code> in your home directory</li>
<li>Add 2 variables:</li>
</ul>
<p dir="auto"><code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">export OPENAI_API_KEY="sk-proj-<YOUR KEY HERE>m4A”</code><br>
<code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">export OPENAI_MODEL="gpt-4o"</code></p>
<h2>I was wondering a few things:</h2>
<ul>
<li>Is there a way to host on the MailMate bundle site and allow updates/fixes?</li>
<li>Is there a process to submit this as a MailMate bundle and get on the "Bundles List for 'others'"? (Not that I'm arrogant enough to suggest it at this point :) )</li>
</ul>
<p dir="auto">-<br>
Jim Bates<br>
(804) 690-9143 (Cell/Signal)</p>

</div>
</div>
</body>

</html>