Skip to content

Bible Chat with ChatGPT API

Eliran Wong edited this page Mar 7, 2023 · 31 revisions

Bible Chat with ChatGPT API

This wiki page describes how to use menu plugin "Bible Chat" in UniqueBible.app

bible_chat_gui

Bible Chat and ChatGPT API

Bible Chat is a Qt-based graphical user interface that uses OpenAI ChatGPT API to generate chat conversations about the bible.

To use "Bible Chat", users need to register an OpenAI account and generate a API key first.

Read pricing at: https://openai.com/pricing

Generate API key at: https://platform.openai.com/account/api-keys

Difference between Bible Chat interface and ChatGPT web version

ChatGPT web version is available at: https://chat.openai.com/chat

Bible Chat uses the same model, but with enhanced features not available at ChatGPT web version.

With "Bible Chat", users can:

  • start conversation about the bible directly. Bible Chat set the bible as the context for conversations. For example, asking "Who is David?" in "Bible Chat" get a different response from asking in ChatGPT web version

  • adjust temperature [What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.]

  • adjust number of choices in ChatGPT responses [How many chat completion choices to generate for each input message.]

  • save conversations for offline use

  • search history for title or content

  • edit and save conversations

  • listen to text-to-speech audio as Bible Chat generates responses.

Clone this wiki locally