From 06ccc29061eacb91873cc37b1ddf07c8fbd5273d Mon Sep 17 00:00:00 2001 From: Hieu Ho <150573299+hieu-jan@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:50:24 +0700 Subject: [PATCH] docs: create AzureOpenAI Integration --- .../03-integrate-azure-openai-service.mdx | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/docs/guides/07-integrations/03-integrate-azure-openai-service.mdx diff --git a/docs/docs/guides/07-integrations/03-integrate-azure-openai-service.mdx b/docs/docs/guides/07-integrations/03-integrate-azure-openai-service.mdx new file mode 100644 index 000000000..f9c0b313f --- /dev/null +++ b/docs/docs/guides/07-integrations/03-integrate-azure-openai-service.mdx @@ -0,0 +1,30 @@ +--- +title: Integrate Azure OpenAI Service with Jan +slug: /guides/integrations/azure-openai-service +description: Guide to integrate Azure OpenAI Service with Jan +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + integration, + Azure OpenAI Service, + ] +--- + +## Quick Introduction + +[Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview?source=docs) provides a set of powerful APIs that enable you to easily integrate the OpenAI's language models. + +In this guide, we will show you how to integrate Azure OpenAI Service with Jan. + +## Steps to Integrate Azure OpenAI Service with Jan + +### 1. Configure Azure OpenAI Service API key + +Once you complete setting up and deploy the Azure OpenAI Service, you can find your API keys in the in `~/jan/engines/openai.json` file.