Skip to content

Commit

Permalink
update ENABLED_FEATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-ban committed Mar 7, 2024
1 parent 4d5bce9 commit 9c9a019
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/dial/examples/aws/simple/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ chat:
DIAL_API_HOST: "http://dial-core.%%NAMESPACE%%.svc.cluster.local"
# -- List of DIAL chat features to enable;
# ref: https://github.com/epam/ai-dial-chat/blob/development/libs/shared/src/types/features.ts
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,input-files,attachments-manager"
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,conversations-sharing,prompts-sharing,input-files,attachments-manager,conversations-publishing,prompts-publishing"
# -- External URL of DIAL themes;
# Same allowlist as for DIAL chat should be applied
THEMES_CONFIG_HOST: "https://themes.%%DOMAIN%%"
Expand Down
2 changes: 1 addition & 1 deletion charts/dial/examples/azure/simple/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ chat:
DIAL_API_HOST: "http://dial-core.%%NAMESPACE%%.svc.cluster.local"
# -- List of DIAL chat features to enable;
# ref: https://github.com/epam/ai-dial-chat/blob/development/libs/shared/src/types/features.ts
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,input-files,attachments-manager"
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,conversations-sharing,prompts-sharing,input-files,attachments-manager,conversations-publishing,prompts-publishing"
# -- External URL of DIAL themes;
# Same allowlist as for DIAL chat should be applied
THEMES_CONFIG_HOST: "https://dial.%%DOMAIN%%/themes"
Expand Down
2 changes: 1 addition & 1 deletion charts/dial/examples/gcp/simple/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ chat:
DIAL_API_HOST: "http://dial-core.%%NAMESPACE%%.svc.cluster.local"
# -- List of DIAL chat features to enable;
# ref: https://github.com/epam/ai-dial-chat/blob/development/libs/shared/src/types/features.ts
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,input-files,attachments-manager"
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,conversations-sharing,prompts-sharing,input-files,attachments-manager,conversations-publishing,prompts-publishing"
# -- External URL of DIAL themes;
# Same allowlist as for DIAL chat should be applied
THEMES_CONFIG_HOST: "https://dial.%%DOMAIN%%/themes"
Expand Down
2 changes: 1 addition & 1 deletion charts/dial/examples/generic/simple/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ chat:
DIAL_API_HOST: "http://dial-core.%%NAMESPACE%%.svc.cluster.local"
# -- List of DIAL chat features to enable;
# ref: https://github.com/epam/ai-dial-chat/blob/development/libs/shared/src/types/features.ts
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,input-files,attachments-manager"
ENABLED_FEATURES: "conversations-section,prompts-section,top-settings,top-clear-conversation,top-chat-info,top-chat-model-settings,empty-chat-settings,header,footer,likes,conversations-sharing,prompts-sharing,input-files,attachments-manager,conversations-publishing,prompts-publishing"
# -- External URL of DIAL themes;
# Same allowlist as for DIAL chat should be applied
THEMES_CONFIG_HOST: "https://dial.%%DOMAIN%%/themes"
Expand Down

0 comments on commit 9c9a019

Please sign in to comment.