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

Commit 34890bb

Browse files
author
Chris Lemke
committed
docs: minor improvements
1 parent 8e614a6 commit 34890bb

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ repos:
6969
- id: no-commit-to-branch
7070
args: ["--branch=main"]
7171

72-
- repo: https://github.com/PyCQA/docformatter
73-
rev: v1.6.0
74-
hooks:
75-
- id: docformatter
76-
exclude: "workflow/src/libs"
77-
7872
- repo: https://github.com/bwhmather/ssort
7973
rev: v0.11.6
8074
hooks:

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
- [Setup 🧰](#setup-)
1717
- [Usage 🧑‍💻](#usage-)
1818
- [Talk to ChatGPT 💬](#talk-to-chatgpt-)
19-
- [**Text transformation** ⚙️](#text-transformation-️)
20-
- [**Universal action \& combined prompts** ➡️](#universal-action--combined-prompts-️)
21-
- [**Aliases** ⌨️](#aliases-️)
22-
- [**Voice to ChatGPT** 🗣️](#voice-to-chatgpt-️)
23-
- [**Jailbreak** 🔓](#jailbreak-)
24-
- [**`ChatFred_ChatGPT.csv`** 📄](#chatfred_chatgptcsv-)
19+
- [Text transformation ⚙️](#text-transformation-️)
20+
- [Universal action \& combined prompts ➡️](#universal-action--combined-prompts-️)
21+
- [Aliases ⌨️](#aliases-️)
22+
- [Voice to ChatGPT 🗣️](#voice-to-chatgpt-️)
23+
- [Jailbreak 🔓](#jailbreak-)
24+
- [`ChatFred_ChatGPT.csv` 📄](#chatfred_chatgptcsv-)
2525
- [Text generation with InstructGPT 🤖](#text-generation-with-instructgpt-)
26-
- [**Options** 🤗](#options-)
27-
- [**Save conversations to file** 📝](#save-conversations-to-file-)
26+
- [Options 🤗](#options-)
27+
- [Save conversations to file 📝](#save-conversations-to-file-)
2828
- [Image generation by DALL·E 2 🖼️](#image-generation-by-dalle-2-️)
2929
- [Configure the workflow (optional) 🦾](#configure-the-workflow-optional-)
3030
- [Troubleshooting ⛑️](#troubleshooting-️)

info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3078,12 +3078,13 @@ You can tweak the workflow to your liking. The following parameters are availabl
30783078
- **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`.
30793079
- **Frequency penalty**: A value between `-2.0` and `2.0`. The frequency penalty parameter controls the model’s tendency to repeat predictions. Default: `0`.
30803080
- **Presence penalty**: A Value between `-2.0` and `2.0`. The presence penalty parameter encourages the model to make novel predictions. Default: `0`.
3081+
- **Custom API URL**: Custom OpenAI API Url. e.g. `https://closeai.deno.dev/v1`
30813082
- **Always read out reply**: If enabled, ChatFred will read out all replies automatically. Default: `off`.
30823083
- **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`.
30833084
- **File directory**: Custom directory where the 'ChatFred.txt' should be stored. Default to the user's home directory (`~/`).
3085+
- **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`.
30843086
- **Always copy to clipboard**: If enabled, all of ChatFred's replies will be copied to the clipboard automatically. Default: `on`.
30853087
- **Image size**: The size of the by DALL·E 2 generated image. Default: `512x512`.
3086-
- **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`.
30873088
- **Show notifications**: Shows all notifications provided by the workflow. For this, to work System notifications must be activated for Alfred. Default: `on`.
30883089
- **Show ChatGPT is thinking message**: Shows the message: "💭 Stay tuned... ChatGPT is thinking" while OpenAI is processing your request. Default: `on`.
30893090

0 commit comments

Comments
 (0)