From 92da67f76bfbbb13818ffb02ec13062ecb5c1ce6 Mon Sep 17 00:00:00 2001 From: Emrah Kondur Date: Fri, 24 May 2024 12:12:24 +0300 Subject: [PATCH] v1.3.2 released --- README.md | 2 +- source.extension.cs | 2 +- source.extension.vsixmanifest | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e1441d..f9b6061 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ![image](https://github.com/ekondur/AI-Studio/assets/4971326/896600b6-14c5-4e1a-aaf6-087b4ceb141c) - If you prefer refactoring the code changes, keep **Format Changed Text** as True. -- Choose a **Language Model** options: "ChatGPTTurbo", GPT4_Turbo, "GPT4" or "GPT4_32k_Context" +- Choose a **Language Model** options: "ChatGPTTurbo", GPT4_Turbo, "GPT4", "GPT4o" or "GPT4_32k_Context" ### Code It: Write a use case where you want to write the code, select the statement (if it's a single line just click on the line), right-click, and click "AI Studio / **Code It**". diff --git a/source.extension.cs b/source.extension.cs index d489e17..ba929e2 100644 --- a/source.extension.cs +++ b/source.extension.cs @@ -11,7 +11,7 @@ internal sealed partial class Vsix public const string Name = "AI Studio"; public const string Description = @"AI Studio helps you with the power of chatGPT in many subjects such as adding unit tests, refactoring code, adding summary, etc. while writing code, just by right click on the code."; public const string Language = "en-US"; - public const string Version = "1.3.1"; + public const string Version = "1.3.2"; public const string Author = "Emrah Kondur"; public const string Tags = "AI, chatGPT, UnitTest, Refactor, Summary, OpenAI"; } diff --git a/source.extension.vsixmanifest b/source.extension.vsixmanifest index e8708bc..79aa96a 100644 --- a/source.extension.vsixmanifest +++ b/source.extension.vsixmanifest @@ -1,10 +1,10 @@ - + AI Studio AI Studio helps you with the power of chatGPT in many subjects such as adding unit tests, refactoring code, adding summary, etc. while writing code, just by right click on the code. - Added GPT_Turbo support + Added GPT-4o support Resources\Icon.png Resources\Icon.png AI, chatGPT, UnitTest, Refactor, Summary, OpenAI