Skip to content

Commit

Permalink
Stability improvements; Brave browser supported
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Feb 24, 2024
1 parent ab0d436 commit 5244d6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log

- 2.9.7: Stability improvements; Brave browser supported
- 2.9.6: System prompt modifiable in the web UI
- 2.9.5: `gpt-3.5-turbo-0125` supported (default model)
- 2.9.4: Copy code snippet button; fix dark mode issue
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

🎩 An [Alfred 5](https://www.alfredapp.com/) Workflow for using [OpenAI](https://beta.openai.com/) Chat API to interact with GPT-3.5/GPT-4 πŸ€–πŸ’¬ It also allows image generation πŸ–ΌοΈ, image understanding πŸ‘€, speech-to-text conversion 🎀, and text-to-speech synthesis πŸ”ˆ

πŸ“¦ Download [**OpenAI Chat API Workflow**](https://github.com/yohasebe/openai-chat-api-workflow/raw/main/openai-chat-api.alfredworkflow) (version 2.9.7)

You can execute all the above features using:

- Alfred UI πŸ–₯️
Expand All @@ -26,11 +28,9 @@ You can export the chat data to a simple JSON format external file πŸ“„, and it

## Installation

πŸ“¦ Download [**OpenAI Chat API Workflow**](https://github.com/yohasebe/openai-chat-api-workflow/raw/main/openai-chat-api.alfredworkflow) (version 2.9.6)

1. Install [Homebrew](https://brew.sh/)
2. Run the following command in a terminal: `brew install pandoc mpv sox jq duti`
3. Download and run the [workflow](https://github.com/yohasebe/openai-chat-api-workflow/raw/main/openai-chat-api.alfredworkflow)
3. Download and run [**OpenAI Chat API Workflow**](https://github.com/yohasebe/openai-chat-api-workflow/raw/main/openai-chat-api.alfredworkflow)
4. Set your [OpenAI API key](https://platform.openai.com/account/api-keys)

<details>
Expand Down Expand Up @@ -75,6 +75,7 @@ Installing dependencies (`pandoc`, `mpv`, `sox`, `jq`, and `duti`) is just a few

Recent Change Log

- 2.9.7: Stability improvements; Brave browser supported
- 2.9.6: System prompt modifiable in the web UI
- 2.9.5: `gpt-3.5-turbo-0125` supported (default model)
- 2.9.4: Copy code snippet button; fix dark mode issue
Expand Down Expand Up @@ -124,6 +125,9 @@ If your default browser is set to one of the following and the duti command is i

- Google Chrome (Stable, Beta, Dev, etc.)
- Microsoft Edge (Stable, Beta, Dev, etc.)
- Brave Browser

Restert OpenAI Workflow server by executing `openai-restart-server` in case the web UI does not work as expected after changing the default browser.

**Web UI Modes**

Expand Down
Binary file modified openai-chat-api.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.6
2.9.7

0 comments on commit 5244d6d

Please sign in to comment.