Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Nov 26, 2024
1 parent 8a17dc5 commit f53618f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.4.34 (2024-11-26)

- Added a new mode: `Chat with Audio`, with built-in support for audio input/output (beta): https://platform.openai.com/docs/guides/audio/quickstart
- Added a new mode: `Chat with Audio`, with built-in multimodal support for audio input/output. Currently in beta, the execution of commands and tools in this mode is temporarily unavailable.
- Added new models: `gpt-4o-audio-preview`, `gpt-4o-2024-11-20`, `chatgpt-4o-latest`.
- Force disabled integration with the native system menu.

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,14 @@ Plugin allows you to generate images in Chat mode:

## Chat with Audio

2024-11-26: currently in beta.

This mode works like the Chat mode but with native support for audio input and output using a multimodal model - `gpt-4o-audio`. In this mode, audio input and output are directed to and from the model directly, without the use of external plugins. This enables faster and better audio communication.

More info: https://platform.openai.com/docs/guides/audio/quickstart

**INFO:** The execution of commands and tools in this mode is temporarily unavailable.

## Completion

This mode provides in-depth access to a broader range of capabilities offered by Large Language Models (LLMs). While it maintains a chat-like interface for user interaction, it introduces additional settings and functional richness beyond typical chat exchanges. Users can leverage this mode to prompt models for complex text completions, role-play dialogues between different characters, perform text analysis, and execute a variety of other sophisticated tasks. It supports any model provided by the OpenAI API as well as other models through `Langchain`.
Expand Down Expand Up @@ -3667,7 +3671,7 @@ may consume additional tokens that are not displayed in the main window.

**2.4.34 (2024-11-26)**

- Added a new mode: `Chat with Audio`, with built-in support for audio input/output (beta): https://platform.openai.com/docs/guides/audio/quickstart
- Added a new mode: `Chat with Audio`, with built-in multimodal support for audio input/output. Currently in `beta`, the execution of commands and tools in this mode is temporarily unavailable.
- Added new models: `gpt-4o-audio-preview`, `gpt-4o-2024-11-20`, `chatgpt-4o-latest`.
- Force disabled integration with the native system menu.

Expand Down
2 changes: 1 addition & 1 deletion src/pygpt_net/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2.4.34 (2024-11-26)

- Added a new mode: Chat with Audio, with built-in support for audio input/output (beta): https://platform.openai.com/docs/guides/audio/quickstart
- Added a new mode: Chat with Audio, with built-in multimodal support for audio input/output. Currently in beta, the execution of commands and tools in this mode is temporarily unavailable.
- Added new models: gpt-4o-audio-preview, gpt-4o-2024-11-20, chatgpt-4o-latest.
- Force disabled integration with the native system menu.

Expand Down

0 comments on commit f53618f

Please sign in to comment.