Skip to content

Commit

Permalink
⏫ GPT-4 & GPT-3.5 Turbo models added
Browse files Browse the repository at this point in the history
  • Loading branch information
Genie AI committed Nov 22, 2023
1 parent bf4d2b2 commit 4c4eb95
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

All notable changes to the [ChatGPT](https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode) extension will be documented in this file.

## 🆕 [V0.0.7] ✨ Azure OpenAI Service support & more - 2022-04-02
## [V0.0.9] ⏫ GPT-4 & GPT-3.5 Turbo models added

### Updated model selection

- You can now use gpt-4-1106-preview (GPT-4 Turbo) and gpt-3.5-turbo-1106 (GPT-3.5 Turbo) via Genie.
- New models include: `gpt-4-1106-preview`, `gpt-4-0613`, `gpt-4-32k-0613`, `gpt-3.5-turbo-1106`, `gpt-3.5-turbo-16k`, `gpt-3.5-turbo-instruct`
- Deprecated `gpt-4-0314`, `gpt-4-32k-0314`, `gpt-3.5-turbo-0301` in favor of the [replacement models](https://platform.openai.com/docs/models).

#### Misc.

- Updated HTTP 429 error description for more clarity

## [V0.0.7] ✨ Azure OpenAI Service support & more - 2023-04-02

#### 1. Azure OpenAI Service

Expand All @@ -15,28 +27,29 @@ All notable changes to the [ChatGPT](https://marketplace.visualstudio.com/items?
#### 2. Rename and remove your conversations within sidebar

- You don't need to update the `genie.json` file to update your conversation's name.
- Rename or remove your conversation at ease using built-in Genie functions.

<img src="https://raw.githubusercontent.com/ai-genie/chatgpt-vscode/main/images/rename-conversation.png" alt="Genie: Rename conversation" style="max-width: 100%;max-height: 240px;">

#### 3. Improved autoscroll behaviour

- Autoscroll will be disabled if you interrupt the stream

## [V0.0.5] 💡 Quick fix problems - 2022-03-31
## [V0.0.5] 💡 Quick fix problems - 2023-03-31

- Ask Genie to quick fix the problems that you see in your code
- Click on the lightbulb on a code piece where you see underlined error

<img src="https://raw.githubusercontent.com/ai-genie/chatgpt-vscode/main/images/quick-fix.png" alt="Genie: Quick fix" style="max-width: 100%;max-height: 240px;">

## [V0.0.4] 💬 Save your conversations and continue at any time - 2022-03-27
## [V0.0.4] 💬 Save your conversations and continue at any time - 2023-03-27

- Show conversations button is now always visible on the home page for discoverability.
- Various UX Improvements.
- You can change API Key directly from home page
- Updated documentation and added screenshots of the features available

## 🆕 [V0.0.3] - 2022-03-25
## 🆕 [V0.0.3] - 2023-03-25

### 1. Conversation history

Expand All @@ -63,7 +76,7 @@ All notable changes to the [ChatGPT](https://marketplace.visualstudio.com/items?
---

## [0.0.1] - 2022-03-20
## [0.0.1] - 2023-03-20

### New home for the most popular VS Code ChatGPT extension

Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@

# 📣 What's new?

<details open>
<summary><strong> ⏫ GPT-4 & GPT-3.5 Turbo models added</strong></summary>

1. Updated model selection

- You can now use gpt-4-1106-preview (GPT-4 Turbo) and gpt-3.5-turbo-1106 (GPT-3.5 Turbo) via Genie.
- New models include: `gpt-4-1106-preview`, `gpt-4-0613`, `gpt-4-32k-0613`, `gpt-3.5-turbo-1106`, `gpt-3.5-turbo-16k`, `gpt-3.5-turbo-instruct`
- Deprecated `gpt-4-0314`, `gpt-4-32k-0314`, `gpt-3.5-turbo-0301` in favor of the [replacement models](https://platform.openai.com/docs/models).

</details>

<details open>
<summary><strong> ✨ Azure OpenAI Service support & more</strong></summary>

Expand Down Expand Up @@ -214,6 +225,7 @@ We recently introduced Genie to `Problems` window. You can investigate your comp
- It's possible that OpenAI systems may experience issues responding to your queries due to high-traffic from time to time.
- If you get `HTTP 429 Too Many Requests`, it means that you are either making too many requests OR your account doesn't have enough credit. Your account may also have expired.

- [Please check your plan and billing details](https://platform.openai.com/usage)
- If you see `insufficient_quota` in the error, you could run the following cURL command to check if your account has enough quota. (Make sure to replace `$OPENAI_API_KEY` with your key that you use in this extension)

```bash
Expand Down Expand Up @@ -243,7 +255,7 @@ We recently introduced Genie to `Problems` window. You can investigate your comp

- There is no guarantee that the extension will continue to work as-is without any issues or side-effects. Please use it at your own risk.
- This extension never uses/stores your personally identifiable information.
- This extension collects metadata to improve its features. No personally identifiable information is collected. You can opt-out from telemetry either by setting the global 'telemetry.telemetryLevel' or 'genieai.telemetry.disable'. The extension will respect both of these settings and will collect metadata only if both allow telemetry. We use the official telemetry package provided by the vscode team [here](https://github.com/Microsoft/vscode-extension-telemetry) to understand this extension's usage patterns to better plan new feature releases.
- If you would like to help us improve our features please enable the telemetry in the settings. It's disabled by default but if you enable it, it will start collecting metadata to improve its features. No personally identifiable information is collected. You can opt-out from telemetry either by setting the global 'telemetry.telemetryLevel' or by setting 'genieai.telemetry.disable' to true(Disabled by default). The extension will respect both of these settings and will collect metadata only if both allow telemetry. We use the official telemetry package provided by the vscode team [here](https://github.com/Microsoft/vscode-extension-telemetry) to understand this extension's usage patterns to better plan new feature releases.
- We assume no responsibility of any issues that you may face using this extension. Your use of OpenAI services is subject to OpenAI's [Privacy Policy](https://openai.com/privacy/) and [Terms of Use](https://openai.com/terms/).
- 💻 OpenAI: https://openai.com/
- 🧪 Uses [NodeJS OpenAI API wrapper](https://github.com/transitive-bullshit/chatgpt-api)

0 comments on commit 4c4eb95

Please sign in to comment.