You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.development
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ OPENAI_API_HOST=""
3
3
OPENAI_API_KEY=""
4
4
OPENAI_API_VERSION="2023-03-15-preview"
5
5
6
+
# App Settings
7
+
APP_BASE_PATH=""
8
+
6
9
# AUTH
7
10
AUTH_DISABLED="false"
8
11
@@ -83,4 +86,7 @@ AZURE_FUNCTIONS_API_HOST=""
83
86
REPORT_ISSUE_CODE=""
84
87
85
88
## Request API Key code
86
-
REQUEST_API_KEY_CODE=""
89
+
REQUEST_API_KEY_CODE=""
90
+
91
+
## Warning regarding code generation
92
+
CODE_GENERATION_WARNING="Full responsibility for code correctness, security and licensing lies solely with the user, not with DIAL platform or LLM vendor."
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# DIAL Chat
2
2
3
-
This is a default UI for [AI DIAL](https://epam-rail.com). AI DIAL can be used as headless system, but UI is recommended to learn the capability.
3
+
This is a default UI for [AI DIAL](https://epam-rail.com). AI DIAL can be used as headless system, but UI is recommended to learn the capability.
4
4
5
-
Originally forked from [chatbot-ui](https://github.com/mckaywrigley/chatbot-ui) and then completely reworked and published under [apache 2.0 license](./LICENSE), while code taken from original repository is still subject to [original MIT license](./license-original). Due to rework we introduced lots of new features such as varios IDP support, model side-by-side compare, [DIAL extensions](https://epam-rail.com/extension-framework) support, conversation replays, branding and many more.
5
+
Originally forked from [chatbot-ui](https://github.com/mckaywrigley/chatbot-ui) and then completely reworked and published under [apache 2.0 license](./LICENSE), while code taken from original repository is still subject to [original MIT license](./license-original). Due to rework we introduced lots of new features such as varios IDP support, model side-by-side compare, [DIAL extensions](https://epam-rail.com/extension-framework) support, conversation replays, branding and many more.
6
6
7
7

8
8
@@ -107,6 +107,7 @@ This project leverages environment variables for configuration:
107
107
| OPENAI_API_HOST | OpenAI API Host || true |
108
108
| OPENAI_API_KEY | OpenAI API Key || true |
109
109
| OPENAI_API_VERSION | OpenAI API Version | 2023-03-15-preview | true |
| ENABLED_FEATURES | Enabled Features | conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,request-api-key,report-an-issue,likes ||
@@ -127,6 +128,7 @@ This project leverages environment variables for configuration:
127
128
| AZURE_FUNCTIONS_API_HOST | Azure Functions API Host |||
128
129
| REPORT_ISSUE_CODE | Report Issue Code |||
129
130
| REQUEST_API_KEY_CODE | Request API Key Code |||
131
+
| CODE_GENERATION_WARNING | Warning text regarding code generation | Full responsibility for code correctness, security and licensing lies solely with the user, not with DIAL platform or LLM vendor. ||
130
132
131
133
The .env file contains environment variables that can be used to configure your app's settings and behavior. These values can be changed as needed to suit your specific requirements.
0 commit comments