From a27603ebd31424226c7ded1d527308743d0b6c4d Mon Sep 17 00:00:00 2001 From: Odeyiany2 Date: Sun, 13 Oct 2024 17:55:59 +0100 Subject: [PATCH 1/3] Added a resource on OpenAI Models Deployment --- .env.example | 3 ++- CONTRIBUTING.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 2fc53a8..221ccff 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ API_KEY= ENDPOINT= -OPENAI_API_VERSION= +OPENAI_API_VERSION= #input the version of the openai large language model +MODEL_API_VERSION= #input the version of the openai embedding model SPEECH_KEY= SPEECH_REGION= DOCUMENT_INTELLIGENCE_ENDPOINT= #input your endpoint from document intelligence resource created in Azure diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 418fb4b..1447dc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,5 +109,6 @@ The project is structured as follows: 4. [Use the fast transcription API (preview) with Azure AI Speech](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/fast-transcription-create?wt.mc_id=studentamb_217190) 5. [Quickstart: Convert text to speech](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/get-started-text-to-speech?pivots=programming-language-python?wt.mc_id=studentamb_217190) 6. [Fundamentals of Azure OpenAI Service](https://learn.microsoft.com/en-us/training/modules/explore-azure-openai/?wt.mc_id=studentamb_217190) -7. [Azure Speech Service documentation](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/?wt.mc_id=studentamb_217190) -8. [Develop Generative AI solutions with Azure OpenAI Service](https://learn.microsoft.com/en-us/training/paths/develop-ai-solutions-azure-openai/?wt.mc_id=studentamb_217190) +7. [Azure OpenAI Models:Deployment](https://learn.microsoft.com/azure/ai-services/openai/how-to/working-with-models?tabs=powershell?wt.mc_id=studentamb_405806) +8. [Azure Speech Service documentation](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/?wt.mc_id=studentamb_217190) +9. [Develop Generative AI solutions with Azure OpenAI Service](https://learn.microsoft.com/en-us/training/paths/develop-ai-solutions-azure-openai/?wt.mc_id=studentamb_217190) From b7142dbeb06e1902dc36963e9a88b2c8910268ef Mon Sep 17 00:00:00 2001 From: Odeyiany2 Date: Sun, 13 Oct 2024 19:45:41 +0100 Subject: [PATCH 2/3] Updated --- .env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 221ccff..de5854a 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,6 @@ API_KEY= ENDPOINT= -OPENAI_API_VERSION= #input the version of the openai large language model -MODEL_API_VERSION= #input the version of the openai embedding model +OPENAI_API_VERSION= #input the version of the openai SPEECH_KEY= SPEECH_REGION= DOCUMENT_INTELLIGENCE_ENDPOINT= #input your endpoint from document intelligence resource created in Azure From 9f240534d7d3163a9d331c40ff371650c1f8af57 Mon Sep 17 00:00:00 2001 From: Samuel Bamgbola Date: Sun, 13 Oct 2024 20:09:23 +0100 Subject: [PATCH 3/3] Update .env.example as new change is ambiguous and could mean python library version of openai --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index de5854a..2fc53a8 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ API_KEY= ENDPOINT= -OPENAI_API_VERSION= #input the version of the openai +OPENAI_API_VERSION= SPEECH_KEY= SPEECH_REGION= DOCUMENT_INTELLIGENCE_ENDPOINT= #input your endpoint from document intelligence resource created in Azure