-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: create AzureOpenAI Integration
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
docs/docs/guides/07-integrations/03-integrate-azure-openai-service.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |