docs: fix typo
This commit is contained in:
parent
1e8b469789
commit
51d46d52f1
@ -19,7 +19,9 @@ keywords:
|
|||||||
|
|
||||||
## Quick Introduction
|
## 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.
|
[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
|
## Steps to Integrate Azure OpenAI Service with Jan
|
||||||
|
|
||||||
@ -55,9 +57,10 @@ Navigate to the `~/jan/models` folder. Create a folder named `<your-deployment-n
|
|||||||
- Ensure the `engine` property is set to `openai`.
|
- Ensure the `engine` property is set to `openai`.
|
||||||
- Ensure the `state` property is set to `ready`.
|
- Ensure the `state` property is set to `ready`.
|
||||||
|
|
||||||
```json title="~/jan/models/openrouter-dolphin-mixtral-8x7b/model.json"
|
```json title="~/jan/models/gpt-35-hieu-jan/model.json"
|
||||||
{
|
{
|
||||||
"source_url": "https://hieujan.openai.azure.com",
|
"source_url": "https://hieujan.openai.azure.com",
|
||||||
|
// highlight-next-line
|
||||||
"id": "gpt-35-hieu-jan",
|
"id": "gpt-35-hieu-jan",
|
||||||
"object": "model",
|
"object": "model",
|
||||||
"name": "Azure OpenAI GPT 3.5",
|
"name": "Azure OpenAI GPT 3.5",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user