Skip to content

Commit

Permalink
chore: update README.md (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-remsha authored Jan 21, 2025
1 parent 8927ae6 commit 7215ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/overlay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const run = async () => {
modelId: 'gpt-4',
// optional, if DIAL doesn't respond in requestTimeout ms, overlay will throw an exception
requestTimeout: 20000,
// optional, features that should be enabled
// optional, features that should be enabled. Use to override the default chat settings. Skip to apply all default chat settings.
enabledFeatures: ['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'],
// optional, styles for loading which are showing until overlay installing settings
loaderStyles: {
Expand Down

0 comments on commit 7215ccd

Please sign in to comment.