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 @@