From 27f6005b4fe0f6d72a990f63889c5c0e7289716c Mon Sep 17 00:00:00 2001
From: sr-remsha <46220620+sr-remsha@users.noreply.github.com>
Date: Thu, 20 Feb 2025 11:35:42 +0100
Subject: [PATCH] fix: update README.md (#3198)
---
apps/chat/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/chat/README.md b/apps/chat/README.md
index 14e164fe01..38a55f61ad 100644
--- a/apps/chat/README.md
+++ b/apps/chat/README.md
@@ -103,7 +103,7 @@ AI DIAL Chat uses environment variables for configuration. All environment varia
| Variable | Required | Description | Available Values | Default values |
| ----------------------------------------- | :------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `DIAL_API_HOST` | Yes | AI DIAL Core API Host.
Refer to [AI DIAL Core](https://github.com/epam/ai-dial-core?tab=readme-ov-file#dynamic-settings). | Any string | |
-| `DIAL_API_KEY` | Yes | AI DIAL Core API Key.
Refer to [AI DIAL Core](https://github.com/epam/ai-dial-core?tab=readme-ov-file#dynamic-settings) to learn how to set up AI DIAL Core and define API keys. | Any string | |
+| `DIAL_API_KEY` | Optional | AI DIAL Core API Key.
Define this variable if authorization using JWT is not configured.
Refer to [AI DIAL Core](https://github.com/epam/ai-dial-core?tab=readme-ov-file#dynamic-settings) to learn how to set up AI DIAL Core and define API keys. | Any string | |
| `DIAL_API_VERSION` | No | AI DIAL API Version | Any string | `2024-02-01` |
| `APP_BASE_PATH` | No | The root directory in the file system where the application is located | Any string | |
| `APP_BASE_ORIGIN` | Optional | A base URL or origin of the application.
Required if `APP_BASE_PATH` is set. | Any string | |