From 8fbd1eeb5c5f7234a66243b11bfa4a2cab6fc99c Mon Sep 17 00:00:00 2001 From: olederle Date: Fri, 15 Mar 2024 15:44:59 +0100 Subject: [PATCH] fix: documentation --- fern/docs/pages/installation/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/installation/installation.mdx b/fern/docs/pages/installation/installation.mdx index 057043c7..b47e2b2b 100644 --- a/fern/docs/pages/installation/installation.mdx +++ b/fern/docs/pages/installation/installation.mdx @@ -181,7 +181,7 @@ Once installed, you can run PrivateGPT. PGPT_PROFILES=azopenai make run ``` -PrivateGPT will use the already existing `settings-openai.yaml` settings file, which is already configured to use OpenAI LLM and Embeddings endpoints, and Qdrant. +PrivateGPT will use the already existing `settings-azopenai.yaml` settings file, which is already configured to use Azure OpenAI LLM and Embeddings endpoints, and Qdrant. The UI will be available at http://localhost:8001