From 2b6b0280764a7e9b6c7cf01de18f0fb5d4c5517b Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Thu, 29 Jun 2023 12:20:30 +1000 Subject: [PATCH] Updated FAQ --- docs/faq.md | 16 +++++++++++++--- docs/release-notes.md | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 85766b6..834a3f9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -2,14 +2,24 @@ ### Why do we need to supply our own OpenAI API Key? -As OpenAI charges per 1000 tokens, to avoid having to charge a subscription fee for Marker Toolbox, and keep it as a one-off payment on the Mac App Store, we have decided that if you want to use the ChatGPT features in Marker Toolbox, you'll need to supply your own API key. +To keep Marker Toolbox as a one-off payment on the Mac App Store, we have decided that if you want to use the ChatGPT features in Marker Toolbox, you'll need to supply your own API key. -You can learn more about OpenAI's pricing [here](https://openai.com/pricing). +This is mainly for **privacy** reasons, as it means you have full control over your own personal OpenAI account - rather than having one OpenAI API Key for all Marker Toolbox users. + +It also means that if your OpenAI account has access to new OpenAI features (such as `gpt-4-32k`), that aren't yet publicly available, you can use them with Marker Toolbox. + +You can set up a **free** OpenAI account, which gives you **$5** in free credit that can be used during your **first 3 months**. + +After the first three months, OpenAI charges per 1000 tokens. You can think of tokens as pieces of words, where 1,000 tokens is about 750 words. + +Once you have a OpenAI account, you can generate API keys [here](https://platform.openai.com/account/api-keys){target="_blank"}. + +You can learn more about OpenAI's pricing [here](https://openai.com/pricing){target="_blank"}. --- ### Does this work with any iPhone/iPad Logging Apps? -Yes, you can use third party iPhone apps, such as [Timecode+](https://apps.apple.com/app/id590534084). +Yes, you can use third party iPhone apps, such as [Timecode+](https://apps.apple.com/app/id590534084){target="_blank"}. Simply **Share as Text** in the Timecode+ App, then use the **Paste** button in Marker Toolbox to paste the text, and then **Process Comments Locally**. \ No newline at end of file diff --git a/docs/release-notes.md b/docs/release-notes.md index ddaf03e..1fa5e28 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,9 +1,9 @@ # Release Notes -### v1.3.0 (13) +### v1.3.0 (14) **🎉 Released:** -- 24th June 2023 +- **CURRENTLY IN MAC APP STORE REVIEW** **🥳 New Features:** - Added the ability to export Avid Media Composer Marker Text files. Thanks for suggesting Scott Simmons!