This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: chrislemke/ChatFred
Releases · chrislemke/ChatFred
v1.3.0 🌈
- β Now also supporting GPT-4 (limited beta)
- 🧑💻 Code-Davinci and Code-Cushman are now available as InstructGPT code completion model
- 💭 Showing an "thinking indicator"
- 🪲 Fix bug with multi-line responses for InstructGPT models: #24
- 🕰️ ChatFred will now store your ChatGPT (keyword
cf
) request and will show you your results. So you can search through your old requests. - ⚙️ Text transformation: An easy way to transform text using a custom prompt.
- 🧑💻 ChatGPT aliases: If you use a certain prompt over and over again you can create an alias for it. This will save you from typing the same prompt over and over again. It is similar to the aliases in the command line. Format
alias=prompt;
. - 🔗 Universal action & combined queries: It is now possible to write a query to the cache and use it later.
- ⌨️ You can now use your custom hotkey to send the clipboard content directly to ChatGPT.
- 🗣️ Speak to ChatGPT by sending mp3 files.
v1.3.0-dev5 🛠️
Play and test:
dev5
- β Now also supporting GPT-4 (limited beta) - read more
- 🧑💻 Code-Davinci and Code-Cushman are now available as InstructGPT code completion model
dev4
- 💭 Removed showing notification as a "loading indicator". It now shows a Large Type indicator
- 🪲 Fix bug with multi-line responses for InstructGPT models: #24
- Improvements for the history feature
- General improvements
dev3 🛠️
- 🕰️ ChatFred will now store your ChatGPT (keyword
cf
) request and will show you your results. So you can search through your old requests.
dev2 🛠️
- ⚙️ Text transformation: An easy way to transform text using a custom prompt. (read more)
💭 Showing a notification after each prompt as an indicator that ChatGPT is working / "thinking"
dev1 🛠️
- 🧑💻 ChatGPT aliases: If you use a certain prompt over and over again you can create an alias for it. This will save you from typing the same prompt over and over again. It is similar to the aliases in the command line. Format
alias=prompt;
. (read more) - 🔗 Universal action & combined queries: It is now possible to write a query to the cache and use it later. (read more)
- ⌨️ You can now use your custom hotkey to send the clipboard content directly to ChatGPT.
- 🗣️ Speak to ChatGPT by sending mp3 files or using an Apple shortcut. (read more)
v1.3.0-dev4 🛠️
Play and test:
dev4
- 💭 Removed showing notification as a "loading indicator". It now shows a Large Type indicator
- 🪲 Fix bug with multi-line responses for InstructGPT models: #24
- Improvements for the history feature
- General improvements
dev3 🛠️
- 🕰️ ChatFred will now store your ChatGPT (keyword
cf
) request and will show you your results. So you can search through your old requests.
dev2 🛠️
- ⚙️ Text transformation: An easy way to transform text using a custom prompt. (read more)
💭 Showing a notification after each prompt as an indicator that ChatGPT is working / "thinking"
dev1 🛠️
- 🧑💻 ChatGPT aliases: If you use a certain prompt over and over again you can create an alias for it. This will save you from typing the same prompt over and over again. It is similar to the aliases in the command line. Format
alias=prompt;
. (read more) - 🔗 Universal action & combined queries: It is now possible to write a query to the cache and use it later. (read more)
- ⌨️ You can now use your custom hotkey to send the clipboard content directly to ChatGPT.
- 🗣️ Speak to ChatGPT by sending mp3 files or using an Apple shortcut. (read more)
v1.3.0-dev3 🛠️
Play and test:
dev3 🛠️
- 🕰️ ChatFred will now store your ChatGPT (keyword
cf
) request and will show you your results. So you can search through your old requests.
dev2 🛠️
- ⚙️ Text transformation: An easy way to transform text using a custom prompt. (read more)
- 💭 Showing a notification after each prompt as an indicator that ChatGPT is working / "thinking"
dev1 🛠️
- 🧑💻 ChatGPT aliases: If you use a certain prompt over and over again you can create an alias for it. This will save you from typing the same prompt over and over again. It is similar to the aliases in the command line. Format
alias=prompt;
. (read more) - 🔗 Universal action & combined queries: It is now possible to write a query to the cache and use it later. (read more)
- ⌨️ You can now use your custom hotkey to send the clipboard content directly to ChatGPT.
- 🗣️ Speak to ChatGPT by sending mp3 files or using an Apple shortcut. (read more)
Full Changelog: v1.3.0-dev2...v1.3.0-dev3
v1.3.0-dev2 🛠️
Play and test:
dev2 🛠️
- ⚙️ Text transformation: An easy way to transform text using a custom prompt. (read more)
- 💭 Showing a notification after each prompt as an indicator that ChatGPT is working / "thinking"
dev1 🛠️
- 🧑💻 ChatGPT aliases: If you use a certain prompt over and over again you can create an alias for it. This will save you from typing the same prompt over and over again. It is similar to the aliases in the command line. Format
alias=prompt;
. (read more) - 🔗 Universal action & combined queries: It is now possible to write a query to the cache and use it later. (read more)
- ⌨️ You can now use your custom hotkey to send the clipboard content directly to ChatGPT.
- 🗣️ Speak to ChatGPT by sending mp3 files or using an Apple shortcut. (read more)
Full Changelog: v1.3.0-dev1...v1.3.0-dev2
v1.2.2 🌈
🪲 Fix: issue with types in Python<3.10 #22
Full Changelog: v1.2.1...v.1.2.2
v1.3.0-dev1 🛠️
Play and test:
- 🧑💻 ChatGPT aliases: If you use a certain prompt over and over again you can create an alias for it. This will save you from typing the same prompt over and over again. It is similar to the aliases in the command line. Format
alias=prompt;
. (read more) - 🔗 Universal action & combined queries: It is now possible to write a query to the cache and use it later. (read more)
- ⌨️ You can now use your custom hotkey to send the clipboard content directly to ChatGPT.
- 🗣️ Speak to ChatGPT by sending mp3 files or using an Apple shortcut. (read more)
v1.2.1 🌈
- fix: issue with reading cache file: #18 Thanks @stephenyu
Full Changelog: v1.2.0...v1.2.1
v1.2.0 🌈
Finally a new release. This is what is new:
- ⛑️ There are now some functionalities for troubleshooting. Read more about it in the readme.
- 🔓 Instead of using the
-j
in the prompt to activate the jailbroken version of ChatGPT you can now just hit ⌘ ⏎ (read more) - 🧑🎨 The file names of the pictures created by DALL·E 2 have now I timestamp.
Full Changelog: v1.1.0...v1.2.0
v1.1.0 🌈
- Adds ChatGPT to the available models (read more) 🎉
- Adds Alfred's Universal Actions for ChatGPT (read more)
- Adds Jailbreak functionality to ChatGPT (read more)
Full Changelog: v1.0.3...v1.1.0