From 3a854c9f465c212f8e65538ef1eadea77087bbf2 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 1 May 2023 23:13:21 +0100 Subject: [PATCH] Closes #93 --- README.md | 2 +- src/main/resources/META-INF/plugin.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49fb9a2a..c445da97 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Create a custom prompt for your selected code. The previous prompt will be remem - [x] Add support for copying and replacing generated code snippets - [x] Add support for deleting previous conversations - [x] Add support for overriding prompts and request params -- [ ] Add Azure OpenAI service support +- [x] Add Azure OpenAI service support - [ ] Add action key mappings - [ ] Add support for code search using embeddings - [ ] Add support for model fine-tuning diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 20fbd995..eb99c27e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -67,6 +67,7 @@
  • Make display name configurable
  • Sync model settings on tab change
  • Improve error msg display
  • +
  • Add Azure Service support
  • ]]>