Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
docs: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lemke committed Apr 18, 2023
1 parent 8e614a6 commit 34890bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ repos:
- id: no-commit-to-branch
args: ["--branch=main"]

- repo: https://github.com/PyCQA/docformatter
rev: v1.6.0
hooks:
- id: docformatter
exclude: "workflow/src/libs"

- repo: https://github.com/bwhmather/ssort
rev: v0.11.6
hooks:
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
- [Setup 🧰](#setup-)
- [Usage 🧑‍💻](#usage-)
- [Talk to ChatGPT 💬](#talk-to-chatgpt-)
- [**Text transformation** ⚙️](#text-transformation-️)
- [**Universal action \& combined prompts** ➡️](#universal-action--combined-prompts-️)
- [**Aliases** ⌨️](#aliases-️)
- [**Voice to ChatGPT** 🗣️](#voice-to-chatgpt-️)
- [**Jailbreak** 🔓](#jailbreak-)
- [**`ChatFred_ChatGPT.csv`** 📄](#chatfred_chatgptcsv-)
- [Text transformation ⚙️](#text-transformation-️)
- [Universal action \& combined prompts ➡️](#universal-action--combined-prompts-️)
- [Aliases ⌨️](#aliases-️)
- [Voice to ChatGPT 🗣️](#voice-to-chatgpt-️)
- [Jailbreak 🔓](#jailbreak-)
- [`ChatFred_ChatGPT.csv` 📄](#chatfred_chatgptcsv-)
- [Text generation with InstructGPT 🤖](#text-generation-with-instructgpt-)
- [**Options** 🤗](#options-)
- [**Save conversations to file** 📝](#save-conversations-to-file-)
- [Options 🤗](#options-)
- [Save conversations to file 📝](#save-conversations-to-file-)
- [Image generation by DALL·E 2 🖼️](#image-generation-by-dalle-2-️)
- [Configure the workflow (optional) 🦾](#configure-the-workflow-optional-)
- [Troubleshooting ⛑️](#troubleshooting-️)
Expand Down
3 changes: 2 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3078,12 +3078,13 @@ You can tweak the workflow to your liking. The following parameters are availabl
- **Top-p**: Top-p sampling selects from the smallest possible set of words whose cumulative probability exceeds probability p. In this way, the number of words in the set can be dynamically increased and decreased according to the nearest word probability distribution. Default: `1`.
- **Frequency penalty**: A value between `-2.0` and `2.0`. The frequency penalty parameter controls the model’s tendency to repeat predictions. Default: `0`.
- **Presence penalty**: A Value between `-2.0` and `2.0`. The presence penalty parameter encourages the model to make novel predictions. Default: `0`.
- **Custom API URL**: Custom OpenAI API Url. e.g. `https://closeai.deno.dev/v1`
- **Always read out reply**: If enabled, ChatFred will read out all replies automatically. Default: `off`.
- **Always save conversation to file**: If enabled, all your request and ChatFred's replies will automatically be saved to a file (`{File directory}/ChatFred.txt`). Only available for InstructGPT. Default: `off`.
- **File directory**: Custom directory where the 'ChatFred.txt' should be stored. Default to the user's home directory (`~/`).
- **Paste response to frontmost app**: If enabled, the response will be pasted to the frontmost app. If this feature is switched on, the response will not be shown in [Large Type](https://www.alfredapp.com/help/features/large-type/). Alternatively you can also use the option <kbd></kbd> <kbd></kbd> when sending the request to ChatGPT. Default: `off`.
- **Always copy to clipboard**: If enabled, all of ChatFred's replies will be copied to the clipboard automatically. Default: `on`.
- **Image size**: The size of the by DALL·E 2 generated image. Default: `512x512`.
- **Paste response to frontmost app**: If enabled, the response will be pasted to the frontmost app. If this feature is switched on, the response will not be shown in [Large Type](https://www.alfredapp.com/help/features/large-type/). Alternatively you can also use the option <kbd></kbd> <kbd></kbd> when sending the request to ChatGPT. Default: `off`.
- **Show notifications**: Shows all notifications provided by the workflow. For this, to work System notifications must be activated for Alfred. Default: `on`.
- **Show ChatGPT is thinking message**: Shows the message: "💭 Stay tuned... ChatGPT is thinking" while OpenAI is processing your request. Default: `on`.
Expand Down

0 comments on commit 34890bb

Please sign in to comment.