@epam/ai-dial-overlay 0.33.0-rc.19 → 0.33.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,7 +52,7 @@ const run = async () => {
52
52
  // optional, theme, 'light' | 'dark'
53
53
  theme: 'light',
54
54
  // optional, specifies the 'reference' or 'id' of the agent to be used as the default.
55
- modelId: 'gpt-4o',
55
+ modelId: 'gpt-4',
56
56
  // optional, if DIAL doesn't respond in requestTimeout ms, overlay will throw an exception
57
57
  requestTimeout: 20000,
58
58
  // optional, features that should be enabled. Use to override the default chat settings. Skip to apply all default chat settings.
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-overlay",
3
3
  "description": "Package for opening dial in overlay",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.33.0-rc.19",
5
+ "version": "0.33.0-rc.2",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.33.0-rc.19"
7
+ "@epam/ai-dial-shared": "0.33.0-rc.2"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {